Skip to content

Instantly share code, notes, and snippets.

@paniq
Created June 22, 2015 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save paniq/a6909d6edc26e4123d7e to your computer and use it in GitHub Desktop.
Save paniq/a6909d6edc26e4123d7e to your computer and use it in GitHub Desktop.
quote
var result
if [ condition ] then
result = [true_expr]
else
result = [false_expr]
end
in
result
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment