do should be a simple expression #59

Closed
opened 2025-07-02 16:28:30 +00:00 by scott · 1 comment
Owner

do should be a simple expression, so you can do:

if do foo > bar > baz then ...

Right now, it's nonbinding. Just change this in the parser.

`do` should be a simple expression, so you can do: ``` if do foo > bar > baz then ... ``` Right now, it's nonbinding. Just change this in the parser.
scott added the
feature
label 2025-07-02 16:28:30 +00:00
scott added this to the Core: CC2 milestone 2025-07-02 17:15:25 +00:00
Author
Owner

Done in 12389ae371

Done in https://alea.ludus.dev/twc/rudus/commit/12389ae3717d666aa023a9f72c1e57b171383543
scott closed this issue 2025-07-02 21:29:51 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 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: twc/ludus#59
No description provided.