mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-04-12 12:40:07 +03:00
5 lines
84 B
Plaintext
5 lines
84 B
Plaintext
function foo(i, f, s)
|
|
{
|
|
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
|
|
}
|