User guessed

From Esolang
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:

  1. Write an example using it.
  2. Add a row in the "Commands" and remember to put your name!

To guess:

  1. Make your guess in the "Commands" chart.
  2. Remember to put your name.

To grade a guess:

  1. Highlight the correct part green, and strike the incorrect part.

To ask for an example program:

  1. Create a new section in the "Examples".
  2. 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 : Something related to numbers

Assignment

# User:I am islptng User:Helpeesl : input

Declaration

\? User:I am islptng User:Helpeesl : Non specific if | Input if

Boolean type

>> User:I am islptng User:Helpeesl : Something related to strings

Input/Output

? User:I am islptng User:Helpeesl : Specific if

While loop

&&[...]@(...) User:PrySigneToFry User:PrySigneToFry's hint: It is about loop.

Examples

Truth machine

# \? 0:>> > 0
0 ? { 0 > >> }:0 > >>