Izeva
Jump to navigation
Jump to search
- This is still a work in progress. It may be changed in the future.
- Does not apply to IZEVA - International Council on Clean Transportation and other
Izeva is easy(Maybe. It hasn't cycles) character-by-character esolang, has IO based on single accumulator. Hasn't good or useful commands. The only pleasant thing is an easy "Hello, World!", that in one command.
Commands
Command | Description |
---|---|
v |
Countdown (without timeout, but with linefeed) |
H |
Hello, World! |
+ |
Increment by 1 |
- |
Decrement by 1 |
/ |
Divide by 2 |
* |
Multiply by 2 |
^ |
Square (not countup) |
0 |
Zero |
O |
Output (Not to be confused with 0) |
z |
Wait for a value in accumulator (time.sleep(acc)) |
A |
Output as ASCII |
. |
Halt executing |