10 lines
82 B
Plaintext
10 lines
82 B
Plaintext
func:
|
|
return "Success"
|
|
/
|
|
|
|
main:
|
|
declare result
|
|
calc result func
|
|
emit result
|
|
/
|