Content deleted Content added
rm junk |
No edit summary |
||
Line 2:
----
It is used in the [[Forth programming language|Forth]] and early versions of the [[B programming language|B]] programming languages. It means a form of code consisting entirely of subroutine calls, written without the subroutine call instruction, and processed by an interpreter (Forth) or the CPU (B), which jumps to each successive piece of basic function code in turn. In early computers, memory was very expensive.
|