This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
squirrel
mirror of
https://github.com/albertodemichelis/squirrel.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Tree:
026671b3d5
Branches
Tags
master
v3.2
v3.1
squirrel
/
etc
/
test.nut
test.nut
84 B
History
Raw
1
2
3
4
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}