shell

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.

shell is a esolang inspierd by shells in programing languages. made by User:Ractangle

Commands

Command Meaning
><string> The string gets saved in 1 string memory
shellex Used for printibg the memory, Used for starting a new "nest line"
><condition>? if command
><condition> else? ELSE if command
> User input
><Command in shell>< Looper

Examples

Hello World

>Hello World
shellex

Truth-machine

>
>usrinpt is 0?
>>0
>shellex
shellex
>usrinpt is 1 else?
>>>1
>shellex<

Cat

>>