Loop
An infinite loop can be created using the loop keyword:
loop {
say "Hello, world!"
}Last updated
Was this helpful?
An infinite loop can be created using the loop keyword:
loop {
say "Hello, world!"
}Last updated
Was this helpful?
Was this helpful?