Code: Select all
#include "hugolib.h"
routine main
{
PrintingSample
return
}
routine PrintingSample
{
print "Text may be printed in \Bboldface\b, \Iitalics\i, \Uunderline\u, or
\Pproportional\p typefaces."
color RED
print "\nGet ready. ";
color YELLOW
print "\nGet set. ";
color GREEN
print "\nGo!"
}