Allow breaking out of loops #91

Closed
opened 2025-04-05 10:15:01 +02:00 by belka · 0 comments
Owner

while gets a second, optional "argument", the label. This label can be used to repeat or break out of the loop:

while true, label do
  continue label;
  break label;
end;
`while` gets a second, optional "argument", the label. This label can be used to repeat or break out of the loop: ``` while true, label do continue label; break label; end; ```
belka added the
bootstrap
label 2025-04-05 10:15:01 +02:00
belka closed this issue 2025-04-12 12:06:13 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: belka/elna#91
No description provided.