4 Commits

Author SHA1 Message Date
f8c968cbaa Version 1.3.2
Fixed bugs
Added new syntax to concat
str="!"
num=3
"Lets do this$str*3$"
becomes
"Lets do this!!!"
you can even replace 3 for num
2017-09-05 11:19:41 -04:00
16ada0e707 Version 1.3.1
Added repeat(s,n) method takes a string and returns that string repeated n times
2017-09-05 10:38:30 -04:00
b4cca046a3 Stability Increases! Ver: 1.3!
Still work to be done though
2017-09-01 23:29:25 -04:00
e0644f82a9 Version 1.0
Its stable enough and has decent features!
2017-08-28 22:56:50 -04:00