4 lines
No EOL
89 B
Text
4 lines
No EOL
89 B
Text
hello() -> "hello, " + hello("world").
|
|
hello(object) -> object + "!".
|
|
|
|
putstrln(hello()). |