12 lines
110 B
Plaintext
12 lines
110 B
Plaintext
func result/
|
|
|
|
main:
|
|
declare result
|
|
calc result func "Success"
|
|
emit result
|
|
/
|
|
|
|
func result:
|
|
return result
|
|
/
|