Everybody!
Jump to navigation
Jump to search
Everybody! is "formal version of @everyone" ceated by User:Ractangle in 2025 for fun
Syntax
Hello everyone! |
Programs starting point
if the program cannot locate it, this will get emited: ERROR INFO: No starting point found |
@var, at least say something |
Input to variable |
Quick question, condition? If so then |
if statement |
End |
Marks the end of a conditional |
|comment |
Comments* |
Please go to #label |
Jumps to a label |
Say the number arg! |
I/O for numbers |
Say the phrase arg! |
I/O for everything else |
*Varibles can actually be declared with this structure shown bellow:
| @z is set to 1321
Examples
Hello, world!
Hello everybody! Say the phrase "Hello, world!"!
Truth-machine
#machine: Say the number @t! Please go to #machine Hello everyone! | @t is set to 1 @i, at least say something Quick question, @i? If so, then: Please go to #machine End Say the number @i!
99 bottles of beer
Hello everyone! | @x is set to 99 | @y is set to >10 #loop: Say the number @x! Say the phrase "bottles of beer on the wall!"! Say the phrase @y! Say the number @x! Say the phrase "bottles of beer!"! Say the phrase @y! Say the phrase "Take one down!"! Say the phrase @y! Say the phrase "Pass it around!"! - 1 @x Say the phrase @y! Say the number @x! Say the phrase "bottles of beer on the wall!"! Say the phrase @y! Say the phrase @y! Quick question, @x? If so, then: Please go to #loop End