Topic: APLX Help : Help on APL language : System Commands : )SIS Full state indicator
[ Previous | Next | Contents | Index | APL Home ]

www.microapl.co.uk

)SIS (number)


Displays the contents of the State Indicator (see )SI above), showing the line number and the statement that was being executed. A carat mark indicates where execution was interrupted. If no number is specified in the command, each line of the State Indicator is shown. If a number is specified, that many lines of the State Indicator will be displayed.

             )SIS                (using the sample functions shown with )SI)
       TEST[3]         C←A×B
                         ^
       MIDDLE[2]       TEST
                       ^
       TOP[2]  MIDDLE
               ^
       *       TOP                   (The asterisk indicates that the function
               ^                      executed from desk-calculator mode)
             )SIS 1
       TEST[3]         C←A×B
                         ^
             )SIS 2
       TEST[3]         C←A×B
                         ^
       MIDDLE[2]       TEST
                       ^

Topic: APLX Help : Help on APL language : System Commands : )SIS Full state indicator
[ Previous | Next | Contents | Index | APL Home ]