We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

From Esolang
(Redirected from 9786)
Jump to navigation Jump to search

(also known as "9786")

Background

☺ is a esolang based coding language inspired by the "You are a Idiot!" trojan, having been made by "User:FurCantCodeAnything

Commands

              3 INSTRUCTIONS:
           X X X   X X X   X X X -| C
           X X X - X X X - X X X  | e
           X X ☺ - X X ☺ - X X ☻  | l
           X X X   X X X   X X X -| l
             N       N       N   -| Final Cell Num (FCN)
 
 ACTUAL CMD: XXXXXXXX☺XXX-XXXXXXXX☺XXX-XXXXXXXX☻XXX

The command is read from the first cell left to right. Each cell must be 3x4. Works like pasting the drive in instead of writing to a drive

"X" simply means that area is empty.

"☺" means to print the cells FCN

"☻" means to print out all cells FCN in order of left to right

"H" means to add the 2 closest horizontal neighbors

"A" means to add the 2 closest vertical neighbors

"h" means to subtract the 2 closest horizontal neighbors

"a" means to subtract the 2 closest vertical neighbors

"☹" will look above itself, if it sees "H" or "A", it will add the neighboring cell to the left to the FCN, alternativley, if it cant move left, to the right of itself. Same with "h" and "a" but instead subtracting.

"🙂" means to convert the FCN to ASCII, Must be in the range of 32-176

Numbers instead of representing their own numbers, work like this:

 1 - Represents 1
 2 - Represents 3
 3 - Represents 7
 4 - Represents 17
 5 - Represents 37
 6 - Represents 73