loop

An infinite loop can be created using the loop keyword:

loop {
    say "Hello, world!"
}