The Squirrel interpreter. See http://www.squirrel-lang.org/

Dependents:   Squirrel

Revision:
0:97a4f8cc534c
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/test.nut	Tue Dec 16 10:20:34 2014 +0000
@@ -0,0 +1,4 @@
+function foo(i, f, s) 
+{ 
+    print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n"); 
+}