Fortuludmium
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.
Fortuludmium is a esolang created by User:Ractangle
Commands
Full command | It's action | Example |
---|---|---|
<varname> <varval> <number from 1 to 3> | Makes/Edits a variable Number action: 1:Integer variable. If the value of the variable is not an integer. It uses the strings length instead. 2:String variable. 3:Basicly just checks if the value of the variable has any of the commands you defined outside variables (The commands in this language can be used too). You can make a code inside a variable. |
i [in input: 1] 1 i 3 |
out [<val>] <number from 1 to 2> | Prints the string. The last number functions the same way in the variable operator. |
out hi! 2 |
in <string> | Gets user input. | |
<minicode name> [<command(s)>] | define a minicode | n [in number 1] |
jump [<int>] | Goto statement | jump [5] |
Examples
Hello, world!
10 out [Hello, world!] 2