4 lines
61 B
Text
4 lines
61 B
Text
|
|
main: func {
|
||
|
|
"asdf" reverse() println() // prints "fdsa"
|
||
|
|
}
|