Skip to content

Instantly share code, notes, and snippets.

@borgand
Created October 9, 2012 13:40
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 borgand/3858871 to your computer and use it in GitHub Desktop.
Save borgand/3858871 to your computer and use it in GitHub Desktop.
Rage programming language
# Variable declaration
le text = "Hello, Rage!"
le number = 2
# Begin block with error handling
my poorly drawn code
# Conditionals
number < 3 seriously?
U don't say?
# True condition
print text
CHALLENGE ACCEPTED
# False condition
FFFFFFFUUUUUUUUUUUU "I didn't expect that"
F*ck yea!
# Error handling
when suddenly shit happens
print shit
true story!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment