else if #21

Closed
defunkt wants to merge 0 commits from else-if into main
Owner

This builds off #20.

I think you mentioned wanting to use else if but not being able to get it to work.

If I am remembering correctly, here it is! If not you can close this.

if false:
  king
else if false:
  elf
else if true:
  dwarf
else:
  scattered
end

The actual commit

This builds off #20. I think you mentioned wanting to use `else if` but not being able to get it to work. If I am remembering correctly, here it is! If not you can close this. ``` if false: king else if false: elf else if true: dwarf else: scattered end ``` [The actual commit](https://git.nose.space/probablycorey/shrimp/commit/e68624b6081a48e0eccfc3346f3bed59da99e7a8)
defunkt added 7 commits 2025-11-04 04:18:20 +00:00
defunkt changed title from else-if to else if 2025-11-04 04:18:32 +00:00

Merged in #22

Merged in #22
probablycorey closed this pull request 2025-11-04 15:20:14 +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#21
No description provided.