Help for this page

Select Code to Download


  1. or download this
    print FILE color("red"), "Stop!\n", color("reset");
    print FILE color("green"), "Go!\n", color("reset");
    
  2. or download this
    ^[[31mStop!
    ^[[0m^[[32mGo!
    ^[[0m