Files @ r18779:91beb9c323cc
Branch filter:

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

truebrain
(svn r23637) -Change: bump the savegame, to store all the new goodies
1
2
3
4
function foo(i, f, s)
{
    print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}