polluks wrote:Sorry guys, all prefix operators are broken:
- Code: Select all
say --1
say ++1
If you take a look in the "bible":
"There may be one or more prefix operators to the left of any term."
https://books.google.de/books?hl=de&id= ... refix+plus
C'mon, our implementation is not a decision by design but simply incomplete.
It's slower, you have to parse extra parentheses.
But we don't have an implmentation of IBM Rexx we have an implemenation of ARexx, it's a seperate language, with different constructs, the time loss in dealing with brackets must be fairly trivial overall, especially when you will often end waiting for a command passed to a host via address to return.
What do you need 'not not' for anyway? It seems a bit redundant.