Skip to content

Instantly share code, notes, and snippets.

@minitech
Created July 10, 2012 21:03
Show Gist options
  • Save minitech/3086211 to your computer and use it in GitHub Desktop.
Save minitech/3086211 to your computer and use it in GitHub Desktop.
ISMETA: else implementation
def else (Block b) (Block k = Block.empty) {
(Condition c) {
Condition r = if not c b
k r
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment