Category:UBasic/4tH: Difference between revisions

Content added Content deleted
(Added the new uBasic/4tH capabilities)
m (Added a few tt-tags)
 
Line 10: Line 10:
*Exception handling, using <tt>TRY()</tt> and <tt>RAISE</tt>;
*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;
*Input parsing, using <tt>TOK()</tt> and <tt>SKIP</tt>;
*"Structured Basic" commenting style.
*"Structured Basic" commenting style.