We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
User guessed
Jump to navigation
Jump to search
Inspired by User programmed and Guess, everybody are welcomed to add commands, but implicitly. Created by User:I am islptng.
Rules
To add a command:
- Write an example using it.
- Add a row in the "Commands" and remember to put your name!
To guess:
- Make your guess in the "Commands" chart.
- Remember to put your name.
To grade a guess:
- Highlight the correct part green, and strike the incorrect part.
To ask for an example program:
- Create a new section in the "Examples".
- Describe the program, and leave both your name and who you want to write the program.
Reserved characters
- Tab, Space: Keyword separator.
- Semicolon and newline: Command separator.
- Brackets: Code block.
- Parentheses: String literal. Can be nested.
/*and*/: Comment.
Commands
| Command | Created by | Guess |
|---|---|---|
> |
User:I am islptng | User:Helpeesl : Assignment |
# |
User:I am islptng | User:Helpeesl : Declaration |
\? |
User:I am islptng | User:Helpeesl : Boolean type |
>> |
User:I am islptng | User:Helpeesl : Input/Output |
? |
User:I am islptng | User:Helpeesl : While loop |
&&[...]@(...) |
User:PrySigneToFry | User:PrySigneToFry's hint: It is about loop. User:Yoyolin0409: Repeat the contents within the (), using the number in square brackets [] as the number of times |
π§ |
User:Esolangist | User:PrySigneToFry: Output the entire program's source code.
User:I am islptng: |
\2 |
User:PrySigneToFry | User:Hammy: Number type |
b @ a : c |
User:PrySigneToFry | User:Hammy If b, then do a, otherwise do c If b is true, evaluates into a, otherwise evaluates into c. |
β―~[a],[b](where a, b β Z) |
User:PrySigneToFry | User:β: Random integer generator range a to b |
β |
User:PrySigneToFry | User:None1: Return the program's source code. |
` [a] [b] [c] |
User:β | |
Β΄ [a] [b] [c] |
User:β | |
β· [a] [b] [c] |
User:β | User:β Hint: It is not related to loops. |
\1 |
User:β | |
! |
User:None1 | |
$ [a] [b] |
User:None1 | |
_ [a] |
User:None1 | |
. |
User:None1 | |
\ε |
User:PrySigneToFry | User:β: (CJK) ascii data type Correct answer: Rune type(similar to char in C++) |
εΈ x \y |
User:PrySigneToFry | User:β: Convert x's data type to y |
Do you like cheese? I do. |
User:Yoyolin0409 | User:PrySigneToFry: APLWSI interpreter. |
B o x y j |
User:PKMN Trainer | Hint: x must be a number from 0 to 5 |
L x |
User:PKMN Trainer | Hint: Related to above command |
β j |
User:PKMN Trainer | Hint: Related to above command |
Examples
Truth machine
# \? 0;>> > 0
0 ? { 0 > >> };0 > >>
Quine
Do you like cheese? I do. π§
Another quine
β > x; x > >>
Output:
β > x; x > >>
Even or Odd?
Written by PrySigneToFry.
# \2 x;>> > x
x Γ· 2 == 0 @ {(Even!) > >>} : {(Odd!) > >>};
Hello, World!
(αααα― αααΉαα¬αα±α¬α!) > >>
Encoding: UTF-8
FlipShift
# \1 x;>> > x # \1 y;>> > y # \1 z;>> > z β· [x] [y] [z] ` [x] [y] [z] ` [x] [y] [z] ` [x] [y] [z] Β΄ [x] [y] [z] ` [x] [y] [z] Β΄ [x] [y] [z] Β΄ [x] [y] [z] > >>
Nope.
!;$ 14 3;_ 5;.
Throw dice
β―~1,6 > >>
ASCII -> Integer
# \ε x; >> > x εΈ x \2; x > >>
nop
Do you like cheese? I do. /*Isn't this too simple?*/
Infinite loop
%...&
Compare to 15
# \2 x; >> > x # \ε o B 0 x 15 0 B 1 x 15 1 B 2 x 15 2 L 0; 0x3D > o; o > >>; β 3 L 1; 0x3C > o; o > >>; β 3 L 2; 0x3E > o; o > >>; L 3