Tau-Alpha-Upsilon

From Esolang
Jump to navigation Jump to search
The title of this article is also called ταυ.
This is still a work in progress. It may be changed in the future.

Tau-Alpha-Upsilon, or simply TAU(pronounces [tʰay]), is designed by PSTF and it is to expand Deadfish.

Commands

This didn't uses accumulator, but a memory.

Command Table in 1.0 version
TAU Origin
i increment
d decrement
s square
S say(output as integer)
l listen(input integer)
w write(output as Unicode)
r read(input character)
><,.[] Same as brainfuck
c[language name] Change to language_name
f(name, *args, **kwargs){ (Start to define a function)
} (End of function)
ex(name, *args, **kwargs) execute function
h Hello, world!
; (seperates the command)

Example

Hello, world!

h;

Categories