Skip to content

Instantly share code, notes, and snippets.

@oscarryz
Created April 7, 2011 17:57
Show Gist options
  • Save oscarryz/908324 to your computer and use it in GitHub Desktop.
Save oscarryz/908324 to your computer and use it in GitHub Desktop.
Inline code block
blocks.IfTrueInline {
main() {
value = true
value.ifTrue((){
out.println("Yeap!, still true")
})
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment