while loops #19

Closed
defunkt wants to merge 0 commits from while into main
Owner

This seemed worth adding into the core language given we usually want to give while an expression that we can evaluate multiple times without parens.

while a < 10:
  a += 1
end

while true:
  echo ABC
end
This seemed worth adding into the core language given we usually want to give `while` an expression that we can evaluate multiple times without parens. ``` while a < 10: a += 1 end while true: echo ABC end ```
defunkt added 1 commit 2025-11-04 03:30:42 +00:00
defunkt added 1 commit 2025-11-04 04:12:07 +00:00

Merged in #22

Merged in #22
probablycorey closed this pull request 2025-11-04 15:20:33 +00:00

Pull request closed

Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: probablycorey/shrimp#19
No description provided.