procedure function --> function procedure
This commit is contained in:
parent
23b51e2526
commit
bf5785d035
@ -367,9 +367,9 @@ This error can only occur when the user has installed his own trap handler.
|
|||||||
It means that during execution of the trap handler another trap has occurred,
|
It means that during execution of the trap handler another trap has occurred,
|
||||||
and that several times.
|
and that several times.
|
||||||
In some cases, this is an error because of overflow of some internal tables.
|
In some cases, this is an error because of overflow of some internal tables.
|
||||||
.IP "no RETURN from procedure function"
|
.IP "no RETURN from function procedure"
|
||||||
.br
|
.br
|
||||||
This error occurs when a procedure function does not return properly
|
This error occurs when a function procedure does not return properly
|
||||||
("falls" through).
|
("falls" through).
|
||||||
.IP "illegal instruction"
|
.IP "illegal instruction"
|
||||||
.br
|
.br
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user