Add conversion functions and move other defaults to cmd/scpt

This commit is contained in:
2021-03-03 00:27:54 -08:00
parent ba11fdcf76
commit e6d195f364
6 changed files with 37 additions and 68 deletions
+13 -1
View File
@@ -16,4 +16,16 @@ if {3 == 3} {
repeat 5 times { z in
print $z
}
}
print (str 10.5)
if (bool "true") {
print "True"
}
###
This is a multiline comment
###
# This is a single line comment