RosettaCodeData/Lang/DUP/00DESCRIPTION
2017-09-25 22:28:19 +02:00

17 lines
No EOL
752 B
Text
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{{language|DUP
|site=http://strlen.com/false-language}}
'''DUP''' is a [[Forth]]-like esoteric programming language invented by Ian Osgood. DUP is a variant/enhancement of Wouter van Oortmerssens FALSE language.
Changes from FALSE include:
* Change of operators: DIV (integer division) changed to Forth-like MOD/DIV, new OVER operator etc.
* String output changed to string definition. Output has to be handled separately.
* Return stack is fully accessible and can be manipulated.
* Operator definition and override is possible. Access to full Unicode array of symbols for operator names.
* [[eso:DUP|DUP on Esolangs]]
* [http://www.quirkster.com/iano/js/dup.html| Osgoods online Javascript DUP interpreter]
[[Category:Esoteric Languages]]