Phind
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.
Phind Is An Esoteric programming language created By User:Buckets in 2022.
| Commands | Instructions |
|---|---|
| < | Left/down -wards Once, Starts as Left. |
| > | Right/up -wards Once, starts As up. |
| ~ | Swap The left/down / Right/Up Positions. |
| # | Set the top Of the Stack The input Value. |
| $ | Set the top Of the Stack The input string. |
| % | Print the Top of the Stack In ASCII, if it's a String, then Print it, If it's A Value, Print it In ASCII. |
| ^ | Print the top Value. |
| v | Add An empty Stack on the Top of the Stack. |
| \ | Print the Top String. |
| c | Add the Top Two Values together, If both Of Them are Strings, it's Top + Bottom, But If the top Is a value, It's Top + the Length of Bottom, But If the bottom Is a value, You Concatonate the bottom Value to the Start of the Top String. |
| b | Negate The top value. |
| g | Quote And unquote A String to push. |
| ` | End the Program. |
| . | Noop. |
| / | Discard the Top stack on The Stack. |
It exists On a 7 By 7 Grid and It only remembers Only 5 By 5 around the IP, but anything that gets forgotten, It gets Replaced From the grid Below that And The grid below that And Below that And It wraps around, So the first Row connects To the Second row, And The First column Is connected to the Second column, et cetera.
"Hello, World!" Program*:
gHello, World! g`..... ....... ....... ....... ....... gHello, World! g`..... ....... ....... ....... ....... gHello, World! g`..... ....... ....... ....... ....... gHello, World! g`..... ....... ....... ....... .......
Cat Program:
v$\`... ....... ....... ....... ....... ....... .......