The Squirrel interpreter. See http://www.squirrel-lang.org/
Diff: samples/hello.nut
- Revision:
- 0:97a4f8cc534c
diff -r 000000000000 -r 97a4f8cc534c samples/hello.nut --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/samples/hello.nut Tue Dec 16 10:20:34 2014 +0000 @@ -0,0 +1,1 @@ +print("Hello World!") \ No newline at end of file