mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03: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");
|
|
}
|