Files @ r14429:d459d2cbce62
Branch filter:

Location: cpp/openttd-patchpack/source/src/3rdparty/squirrel/etc/test.nut

rubidium
(svn r18996) -Fix (r18993, r18994): MSVC 64 bits had somethings to complain about
1
2
3
4
function foo(i, f, s)
{
    print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}