demonstrates how to get coloured print and println statements in the console

DOWNLOAD: colouredPrintlns.gsz
SOURCECODE: colouredPrintlns/
DATE: 27.07.2012
AUTHOR: M. Henke
HOW IT WORKS:
By using the additional parameter colour of print and println one can specify the colour following this scheme: 0xrrggbb according to the red, green and blue channel. (r, g, b in [0,f])
By using the additional parameter colour of print and println one can specify the colour following this scheme: 0xrrggbb according to the red, green and blue channel. (r, g, b in [0,f])
GroGra/GroIMP