This website requires JavaScript.
Explore
Help
Sign In
generic-library
/
squirrel
Watch
1
Star
0
Fork
0
You've already forked squirrel
Code
Issues
Pull Requests
Releases
Wiki
Activity
c474903549
squirrel
/
etc
/
test.nut
5 lines
84 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Normalize whitespace. Convert files to Unix EOL mode, de-tabify and strip trailing whitespace.
2016-02-15 20:51:20 +01:00
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}
Reference in New Issue
Copy Permalink