You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FB (Floor Basic) Format - text - Plaintext instructions, each separated by a new line. Only usable by compiler, not this program.
FBIN (Floor Basic Bin) Format - binary - Binary instructions, generated from a compiler that takes in FB Format files.
FBP (Floor Basic Bin Package) Format - binary - A set of FBIN Format data, but surrounded with packaging metadata. Generated by a packager from a FBIN Format file.
New Instructions
SETVALUE - [...string] - Sets the currently-stored value, which can be used for commands like PRINT or PX.
PRINT - no args - Prints the currently-stored value to the console.
PX - no args - Renders a single pixel using the colorname stored in the currently-stored value.