Console
Operators
run {
||`One
Two
Three
`
}
/* It prints
One
Two
Three
*/Functions
ClearCarriage(str input) str
Print(anytype par...) int
Println(anytype par...) int
ReadString(str text) str
Last updated
Was this helpful?