Files @ r12603:73cf823a9613
Branch filter:

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

alberth
(svn r17056) -Codechange: Reduce width of the drop-down in the bridge gui.
1
2
3
4
function foo(i, f, s)
{
    print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}