11 lines
144 B
Plaintext
11 lines
144 B
Plaintext
func arg/
|
|
|
|
main:
|
|
check func "1" : "The function should return 1, even though it is not defined yet"
|
|
emit "Success"
|
|
/
|
|
|
|
func arg:
|
|
return arg
|
|
/
|