Check out the examples.

Function PrintLyrics() Print "I'm a lumberjack and I'm okay" End Function RepeatLyrics(n) Loop:i=0 to n-1 PrintLyrics() Print '\n' Loop-end:i End RepeatLyrics(5)

Online Editor

Write and compile code online!