APLX Help : Help on APL language : System Commands : )SIV State indicator & names
|
|
![]() |
|
Lists the names of all halted user functions and operators and associated local variables. 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. ∇TEST;A;B;C [1] A←⍳10 [2] B←⎕A [3] C←A×B [4] ∇ TEST DOMAIN ERROR TEST[3] C←A×B ^ )SI TEST[3] * )SIV TEST[3] * A B C |
|
APLX Help : Help on APL language : System Commands : )SIV State indicator & names
|
Copyright © 1996-2010 MicroAPL Ltd