description "std::ASCII box example. Shows how to use it. " category "example" load std load wx # new ASCII asciiA set asciiA.In "72 105 33" // --> default is 0 // set asciiB.type 0 new ASCII asciiB set asciiB.In "SOS" set asciiB.type 1 print $asciiA.Out$ print $asciiB.Out$