Oş Nõs

From Esolang
Jump to navigation Jump to search

Oş Nõs (Pernounced "O S Nose" becsuse i hate sense) is programming language made by Someone668 on June 13th, 2022. It is ment to look like a conversation.

Functions

  • "<string>" - Prints to the console
  • Listen kid, <string> ok? Ok. <function> - Asks the user if it's ok do do a function.
  • "<string>"? - Asks the user for input. Automatically guesses if it's an integer or string.
    • Yes? <string/function> - Happens if the user says yes.
    • No? <string/function> - Happens if the user says no.
    • Really? <user's input>? <string/function> - Happens if the users input is <user's input>.
  • Did you know "<variable>" Is "<integer/string/user input>"? - Declares that a existing or new variable is <integer/string>.
  • Wait, "<variable>" IS "<integer/string>"? Well then,
    • <function>

Wellthen - Function happens if the variable is <integer/string>.

  • What is <variable/integer> <operation/variable> <variable/integer>? - does math with two numbers.
  • Copy him/her! - Says what the user inputs.
  • Repeat
    • <functions>

Hey, can you repeat that please? * <integer> - repeats a function for a curtain amount of time..

  • Get it? "<string>"? - comments on code
  • /w <string> - filler string


Programs

Programes: calculator.

Calculator

1 Repeat
2     Did you know "a" is "What's the first number"??
3     /w wow! I didn't know that tell me another fact!
4     Did you know "b" is "What's the second number"??
5     /w wow! I didn't know that tell me another fact!
6     Did you know "c" is "What's the operation"??
7     /w wow I didn't know, but
8     What is a c b?
9 Hey, can you repeat that please? * 65535