Skip to content

Conversation

aradi
Copy link
Member

@aradi aradi commented Jul 17, 2025

Instead of

if (COND) then
  call skip()
  return
end if

one can now write

if (COND) call skip()
if (skipped()) return

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant