Files @ r15912:15890df0069b
Branch filter:

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

yexo
(svn r20606) -Change [FS#4042]: change the debug level of the "Registering two AIs/libraries with the same name and version" message from 0 to 1
1
2
3
4
function foo(i, f, s)
{
    print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}