UBasic/4tH: Difference between revisions

m
no edit summary
m (Added local variables)
mNo edit summary
Line 1:
{{implementation|BASIC}}'''uBasic/4tH''' (not to be confused with [[UBASIC]]) is an integer Basic interpreter in the tradition of Tiny BASIC, with which it is largely compatible. This version is entirely written in [[4tH]], some bugs have been removed and several additional features have been added, like user stack support and structured programming:
 
*<tt>PUSH, POP()</tt> and <tt>TOS()</tt> can be used to emulate <tt>DATA</tt> statements, pass parameters to subroutines or make recursive subroutines;
374

edits