Skip to content

Instantly share code, notes, and snippets.

@ScottBrooks
Created January 18, 2011 17:52
Show Gist options
  • Save ScottBrooks/784834 to your computer and use it in GitHub Desktop.
Save ScottBrooks/784834 to your computer and use it in GitHub Desktop.
if
X>Y ->
true;
true -> % works as an 'else' branch
false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment