Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
SuperTux
/
squirrel
mirror of
https://github.com/SuperTux/squirrel
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
0d2a059920
Branches
Tags
master
old-master
version3_1
squirrel
/
etc
/
test.nut
test.nut
84 B
History
Raw
1
2
3
4
5
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}