colorPrint(string, color)
colorPrint(string, fg color, bg color)
colorPrint:: (s : string, fg : string, bg : string)
Prints a string to the terminal with the specified foreground and background colors, then resets color formatting
#import Builtin:ColorPrint;
A builtin module for printing colored text to the terminal using ANSI escape codes
colorPrint:: (s : string, fg : string, bg : string)
Prints a string to the terminal with the specified foreground and background colors, then resets color formatting