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. |
Examples
Truth machine
# \? 0:>> > 0 0 ? { 0 > >> }:0 > >>