πŸ’»πŸ—£οΈπŸ™‚

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

computer speak emoji is a ""joke language" created by User:Emoji (real)

Syntax/commands/whatever else

πŸ’€ is halt.

πŸ”’ is input number

πŸ”€ is input ascii

πŸ—£οΈ"string" outputs string/variable if not in ""s

πŸ…ΏοΈ latest input

X❔Y pops the top value of the stack. if it's X then do Y

πŸ”Ό will pop the top value of the stack

πŸ”½ will push the latest value into the stack

🟰X will set P to X

♾️ will repeat the stuff inside () forever

programs

Truthful program

πŸ”’ πŸ”½ 1❔(♾️(πŸ—£οΈ"1")) 0❔(πŸ—£οΈ"0" πŸ’€)