BASIC Programming: Difference between revisions

Content deleted Content added
Jinnai (talk | contribs)
Help needed: Stack
it was the call stack
Line 20:
 
* '''Program''' where instructions are written (maximum of nine lines of code).
* [[Call stack|Stack]]{{dn|date=November 2011}} shows temporary results of what your program does.
* [[Variable (programming)|Variables]] displays the values of any variables your program is using.
* '''Output''' displays any output values your program is creating.