TheleCode
Toggle navigation
Public journal
Gists
Create New Gist
All Public Gists
Search
My Pull Requests
Not Logged In
Login to Your Account
Username:
Password:
Forgot password?
hg
cpp
»
openttd-patchpack
»
source
Toggle navigation
Summary
Changelog
Files
Pull Requests
Options
Compare
Search
Files @ r21037:25a2ae9a83c2
Branch filter:
master at 25a2ae9a83c2
master
patchpack
Location:
cpp/openttd-patchpack/source
/
src
/
3rdparty
/
squirrel
/
etc
/
test.nut
Show Full History
Show Authors
r21037:25a2ae9a83c2
84 B
text/plain
Show Annotation
Show as Raw
Download as Raw
rubidium
(svn r26117) -Cleanup: unneeded NULL check
1
2
3
4
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}