Category:UBasic/4tH: Difference between revisions

Content added Content deleted
m (Added file support)
(Added the new uBasic/4tH capabilities)
Line 8: Line 8:
*Alphanumeric labels supported;
*Alphanumeric labels supported;
*String support with automatic ''and'' manual "garbage collection";
*String support with automatic ''and'' manual "garbage collection";
*Exception handling, using <tt>TRY()</tt> and <tt>RAISE</tt>;
* Text file support with read, write and append modes.
*Text file support with read, write and append modes;
*Input parsing, using TOK() and SKIP;
*"Structured Basic" commenting style.
*"Structured Basic" commenting style.