Ideally, an until-loop should have the following syntax: U...condition...|...code...|. It should run code on a separate stack until condition becomes truthy. Now that F...{ and M...} are implemented, this last type of loop would make Triangularity an usable language. That is, it would become Turing-complete.
Ideally, an until-loop should have the following syntax:
U...condition...|...code...|. It should run code on a separate stack until condition becomes truthy. Now thatF...{andM...}are implemented, this last type of loop would make Triangularity an usable language. That is, it would become Turing-complete.