APLX Help : Help on APL language : System Functions & Variables : ⎕EA Execute Alternate
|
|
|
|
|
Note: The use of The dyadic system function 5÷0
DOMAIN ERROR (Standard error)
5÷0
^
'5÷1' ⎕EA '5÷0' (Alternative expression executed)
5
'3÷0' ⎕EA '5÷0' (The alternative will report an error
⍎ DOMAIN ERROR in the usual way if it contains an error)
3÷0
^
See the section on Error Handling for more information. |
|
APLX Help : Help on APL language : System Functions & Variables : ⎕EA Execute Alternate
|
|
Copyright © 1996-2010 MicroAPL Ltd