5 lines
75 B
Plaintext
5 lines
75 B
Plaintext
|
function func() {
|
||
|
print("hello world");
|
||
|
}
|
||
|
function() { print("run"); }
|