Modules§
Macros§
- black
- Return black text as a string.
- blue
- Return blue text as a string.
- color_
print - Macros for printing colored text.
- color_
println - Print colored text with a newline.
- color_
sprint - Return colored text as a string.
- cyan
- Return cyan text as a string.
- green
- Return green text as a string.
- hi_
black - Return high-intensity black text as a string.
- hi_blue
- Return high-intensity blue text as a string.
- hi_cyan
- Return high-intensity cyan text as a string.
- hi_
green - Return high-intensity green text as a string.
- hi_
magenta - Return high-intensity magenta text as a string.
- hi_red
- Return high-intensity red text as a string.
- hi_
white - Return high-intensity white text as a string.
- hi_
yellow - Return high-intensity yellow text as a string.
- magenta
- Return magenta text as a string.
- print_
black - Print black text without a newline.
- print_
blue - Print blue text to the console.
- print_
cyan - Print cyan text to the console.
- print_
green - Print green text to the console.
- print_
hi_ black - Print high-intensity black text to the console.
- print_
hi_ blue - Print high-intensity blue text to the console.
- print_
hi_ cyan - Print high-intensity cyan text to the console.
- print_
hi_ green - Print high-intensity green text to the console.
- print_
hi_ magenta - Print high-intensity magenta text to the console.
- print_
hi_ red - Print high-intensity red text to the console.
- print_
hi_ white - Print high-intensity white text to the console.
- print_
hi_ yellow - Print high-intensity yellow text to the console.
- print_
magenta - Print magenta text to the console.
- print_
red - Print red text without a newline.
- print_
white - Print white text to the console.
- print_
yellow - Print yellow text to the console.
- println_
black - Print black text with a newline.
- println_
blue - Print blue text to the console with a newline.
- println_
cyan - Print cyan text to the console with a newline.
- println_
green - Print green text to the console with a newline.
- println_
hi_ black - Print high-intensity black text to the console with a newline.
- println_
hi_ blue - Print high-intensity blue text to the console with a newline.
- println_
hi_ cyan - Print high-intensity cyan text to the console with a newline.
- println_
hi_ green - Print high-intensity green text to the console with a newline.
- println_
hi_ magenta - Print high-intensity magenta text to the console with a newline.
- println_
hi_ red - Print high-intensity red text to the console with a newline.
- println_
hi_ white - Print high-intensity white text to the console with a newline.
- println_
hi_ yellow - Print high-intensity yellow text to the console with a newline.
- println_
magenta - Print magenta text to the console with a newline.
- println_
red - Print red text with a newline.
- println_
white - Print white text to the console with a newline.
- println_
yellow - Print yellow text to the console with a newline.
- red
- Return red text as a string.
- white
- Return white text as a string.
- yellow
- Return yellow text as a string.