Omgrofl
Omgrofl is an esoteric programming language with keywords resembling internet slang. The language was created by Juraj Borza in 2006.
Commands
Code |
Comment |
|---|---|
|
CREATES a variable |
|
Conditional statement. |
|
Checks an expression for being greater than another one. |
|
Checks an expression for being equal to another one. |
|
Negation. |
|
Begins a loop. All statements following and before the matching |
|
Ends a loop. |
|
Breaks a loop. |
|
Reads a value into variable |
|
Prints out value of |
|
Pushes |
|
POPS a value from the stack and stores it into |
|
Dequeues a value. |
|
Terminates program execution. |
|
Pauses program execution for x milliseconds. |
|
Everything after |
|
Increments |
|
Decrements |
Variables
Variables are required to be a variation of the word LOL, such as lol, lool, loool etc.
Implementations
An interpreter with nearly complete support for omgrofls commands exists.