Files @ r21247:551dd5576334
Branch filter:

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

translators
(svn r26335) -Update from WebTranslator v3.0:
croatian - 7 changes by VoyagerOne
frisian - 54 changes by Geoloep
korean - 1 changes by telk5093
spanish - 1 changes by Welder05
1
2
3
4
function foo(i, f, s)
{
    print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}