5 lines
86 B
Plaintext
5 lines
86 B
Plaintext
PROTO INT one()
|
|
FUNC VOID main() { PRINT "one() = ", one() }
|
|
FUNC INT one() RETURN 1
|
|
|