Move to lib style, move scripts into their own directory, start source examples

This commit is contained in:
jonathandturner
2016-03-03 10:55:28 -05:00
parent fbb5b72f24
commit fee3852979
13 changed files with 22 additions and 18 deletions

4
scripts/string.rhai Normal file
View File

@@ -0,0 +1,4 @@
print("hello");
print("this\nis \\ nice");
print("40 hex is \x40");
print("fun with unicode: \u2764 and \U0001F603");