Files @ r17414:35690285ddcd
Branch filter:

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

alberth
(svn r22174) -Add: Generate the settings as part of the unix build process without using it (Rubidium)
1
2
3
4
function foo(i, f, s)
{
    print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}