APLX Help : Help on APL language : System Functions & Variables : ⎕EM Error Matrix
|
|
|
|
|
)RESET
⍴⎕EM (Default value of ⎕EM)
3 0
45×'NAME' (Standard error report)
DOMAIN ERROR
45×'NAME'
^
⍴⎕EM (Size of ⎕EM after the error)
3 15
⎕EM (Contents of ⎕EM are the same as the
DOMAIN ERROR error message above)
45×'NAME'
^
)RESET (Clear ⎕EM)
⍴⎕EM
3 0
|
|
APLX Help : Help on APL language : System Functions & Variables : ⎕EM Error Matrix
|
|
Copyright © 1996-2010 MicroAPL Ltd