Skip to content

Instantly share code, notes, and snippets.

@ScottBrooks
Created January 18, 2011 17:52
Show Gist options
  • Select an option

  • Save ScottBrooks/784834 to your computer and use it in GitHub Desktop.

Select an option

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