User:Pifrited/Background

From Esolang
Jump to navigation Jump to search

Background is an esolang.

Commands

The meaning of each colors
Background color Meaning Example
#FFFFFF (white/none) comments Don’t remove it!
#0000FF (blue) variable/function name a
#FF00FF (magenta) function inputs a,b,c
#FF8F00 (orange) function codes just codes
#00FFFF (cyan) variable value 1234
#FFFF00 (yellow) if condition: condition
#00FF00 (green) code that run when condition is true just codes
#FF0000 (red) code that run when condition is false just codes