The Squirrel interpreter. See http://www.squirrel-lang.org/
etc/test.nut
- Committer:
- jhnwkmn
- Date:
- 2014-12-16
- Revision:
- 3:7268a3ceaffc
- Parent:
- 0:97a4f8cc534c
File content as of revision 3:7268a3ceaffc:
function foo(i, f, s) { print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n"); }