mirror of
https://github.com/nillerusr/source-engine.git
synced 2025-02-23 04:44: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");
|
||
|
}
|