π
Jump to navigation
Jump to search
π is a golfinglang created by Maikeru51. It uses emojis as commands.
Commands
Commands refer to a buffer value. This will be called BuffVar.
Array Manipulation
These commands also refer to arrays. An array is a data structure with ten different bytes. It will be shown as [B1,B2,B3,B4,B5,B6,B7,B8,B9,B10]. The currently modifiable array will be called CrrntArray.
- (ππ©ππ’πͺπ§π¦πππ): Swap the value of BuffVar and a byte in CrrntArray. The specific byte modified is as follows: [π,π©,π,π’,πͺ,π§,π¦,π,π,π].
- (ππππππππππ): Add BuffVar to corresponding byte in CrrntArray.
- (π‘π¦π§π¨π©πͺππ«π°π): Subtract BuffVar from corresponding byte in CrrntArray.
To be continued...