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.

Expression

From Esolang
Jump to navigation Jump to search

Expression is an Esolang that uses Emoticons ":)" as commands. It was created by me user:Function702/Inventor702

Syntax

:)
True
:(
False
=/
if
=|
Else
=\
Else if
=O
End
(•o•?)
Get input
(•o•)
Print text
:#
Establishes variable
:&
Get input variable
>:3
Random Number
:S
Loop


Programs

Hello World!

(•o•) "Hello World!"

Truth machine

(•o•?)
:# Input = :&
=/ Input = 0
(•o•) 0
=\ Input = 1
:S
(•o•) 1
=O
=O

Implementations