An infinite loop can be created using the loop keyword:
loop
loop { say "Hello, world!" }
Last updated 4 years ago