Category:GEORGE

From Rosetta Code
Revision as of 14:23, 30 October 2013 by rosettacode>RobinVowels (Extremely brief description of GEORGE.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

GEORGE is a high-level language invented by Charles Leonard Hamblin.

It makes use of a push-down pop-up Accumulator. Operations are presented in Reverse Polish notation. A monadic arithmetic operation is performed on the top element of the Accumulator. Diadic operations are performed using the top two elements of the Accumulator. The two values are removed (popped) and the result is placed on the top of the Accumulator. A Read [R] takes a value from the input, while a Print [P] prints the value at the top of the Accumulator. To explicitly remove (delete) the top of the accumulator, use a semicolon [;].

Pages in category "GEORGE"

The following 5 pages are in this category, out of 5 total.