Statement separator: Difference between revisions

Jump to navigation Jump to search
55 bytes added ,  22:06, 10 November 2022
no edit summary
No edit summary
No edit summary
Line 7: Line 7:
[[APL/700]] uses a semicolon to achieve the same effect as the left tack (<syntaxhighlight lang=apl inline>⊣</syntaxhighlight>).
[[APL/700]] uses a semicolon to achieve the same effect as the left tack (<syntaxhighlight lang=apl inline>⊣</syntaxhighlight>).


According to the Sharp APL [https://archive.org/details/sharp-apl-reference-manual_202108] Reference [[branching]] takes precedence over statement separators. ie "If the expression to the right of is not empty, the system goes immediately to the line whose number is the first element in that expression"  
According to the Sharp APL [https://archive.org/details/sharp-apl-reference-manual_202108] Reference [[branching]] <syntaxhighlight lang=apl inline>→</syntaxhighlight> takes precedence over statement separators. ie "If the expression to the right of is not empty, the system goes immediately to the line whose number is the first element in that expression"  


When tracing errors within a line containing diamonds, statements to the right of the caret have not yet been executed.  
When tracing errors within a line containing diamonds, statements to the right of the caret have not yet been executed.  
39

edits

Navigation menu