Created
October 9, 2012 13:40
-
-
Save borgand/3858871 to your computer and use it in GitHub Desktop.
Rage programming language
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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