mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-22 20:34:13 +00:00
5 lines
88 B
Plaintext
5 lines
88 B
Plaintext
function foo(i, f, s)
|
|
{
|
|
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
|
|
}
|