Taworvor
Jump to navigation
Jump to search
- This article is not detailed enough and needs to be expanded. Please help us by adding some more information.
Taworvor is a stack-based, semi-verbose looking programming language by User:Feuermonster.
Language Reference
Will hopefully be done as part of ESOSC. You can have a look at the draft: ESOSC-2015-D7.
Examples
(Taken from the "test-suite"):
PROCEDURE TESTS.LIST
REM
Tests list built-ins.
^END
[1 2 3]%[1 2];
[D1.0 2 3]~3;
[2 5 0]^2;
[2 5 0]_[5 0];
[5 6 7]1!6;
5([5];
END