]> Creatis software - bbtk.git/blobdiff - packages/std/bbs/appli/exampleAscii.bbs
*** empty log message ***
[bbtk.git] / packages / std / bbs / appli / exampleAscii.bbs
index 4049bdd02a2fe1c9e957fcce95838766a33bd02b..a4cb34d0fef635e68cbb9811af6342277901a33f 100644 (file)
@@ -1,12 +1,18 @@
+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
+  set asciiB.Type 1
 
 print $asciiA.Out$
 print $asciiB.Out$