APLX Help : Help on APL language : System Functions & Variables : ⎕EC Execute Controlled
|
|
|
|
|
The monadic system function 0 Error
1 Expression with a result which would display
2 Expression with a result which would not display
3 Expression with no explicit result
4 Branch to a line
5 Naked branch
The second item is the value that would be returned by ⎕ET
0 0
⎕EC '2×''A'''
0 5 4 DOMAIN ERROR (Error, ⎕ET, ⎕EM)
2×'A'
^
⎕ET
0 0 (⎕ET has not changed)
∇TEST
[1] 2×5
[2] +/⍳100
[3] ∇
1 ⎕STOP 'TEST' (Stop set on line 1)
1
⎕EC 'TEST' (Execute TEST under ⎕EC)
10
5050
3 0 0 (No explicit result, ⎕ET, empty vector)
⎕STOP 'TEST' (Stop setting still active)
1
|
|
APLX Help : Help on APL language : System Functions & Variables : ⎕EC Execute Controlled
|
|
Copyright © 1996-2010 MicroAPL Ltd