Content deleted Content added
No edit summary |
minor grammar fix. |
||
Line 1:
'''Whitespace''' is
The language itself is an [[imperative]], [[Stack (computing)|stack]] based language. The [[virtual machine]] on which programs run has a stack and a [[heap]]. The programmer is free to push arbitrary width integers onto the stack (only integers, currently there is no implementation of floating point or real numbers). The user can also access the heap as a permanent store for variables and [[data structures]].
|