Fliqt

From Esolang
Jump to navigation Jump to search

Fliqt is an Esoteric Programming language created By User:Buckets in 2021.

Commands Instructions
A Start Of an IP, in The direction Of Rightwards.
B Delete an IP.
p Flip the X coordinate and Go downwards One Code block.
q Flip the Y coordinate And go Leftwards one Code Block.
§ Switch the Code Blocks from one Above.
$ Switch The code Blocks From one To The right.
Z Switch the Coordinates From one Above.
Switch The Coordinates from One to The Right.
+ Adds the Current X coordinate To The IP's number.
× Subtracts the current Y Coordinate To the IP's Number.
Sets the IP number To the input Number Value.
Prints the IP Value in ASCII.
Prints the IP number as A Value.
If two IPs meet at the Same Cell As This command, Their Values will Be Added together and Create a new IP where it is the Sum of both other IPs and The Direction Is downwards And the Other IPs are Deleted.
If two IPs meet at the Same Cell As This command, Their Values will Be Subtracted, The first IP Will Be the first number and The Second IP will Be the Second number Where the First Number Is Subtracted by the second Number And So another IP will be created by the answer and Will Be Facing Downwards.
> If the IP number is 0, Turn right.
< Turn right But only If the IP is not In Their original Code block.
/ Skip Next command.

Each code Blocks will be 4 by 4 Grids and When Flipping, the direction Also gets Flipped and Each Code block loops In their individual Blocks.

Cat Program:

A⎐▹p
....
....
....
....
....
....
...B

A+B Problem:

Ap..
....
....
....
AY̟..
.p..
./..
.<..
.B..
.✽..
....
....