Yo!nk

From Esolang
Jump to navigation Jump to search

Yo!ink is a esoteric programming language made by User:mantita223 The language has very simple syntax, and with a bit of programming knowledge, anyone can use the language.

Syntax

The syntax is simple. Below is a chart showing what symbol does what.

Symbol Effect
! +1
@ +2
# +3
$ +4
% +5
^ +6
& +7
* +8

To display a character, the line, when 9 is subtracted from it, must add up to that character's position in the alphabet. Optionally, a semicolon ; can be used as a end-of-line separator, if you want to stuff multiple lines onto only one line.

Hello World

Hello World in Yo!nk is very simple. It is done like this:

*@&;
*@$;
*@*#;
*@*#;
*@*@$;
*@*@*@&;
*@*@*@@;
*@*@$;
*@*@&;
*@*#;
*@#;
*@*@*@^;

Notice how each line adds up to the character desired, using the chart above.