#lookahead | |
ACTION: |
internally creates header declarations for all procedures.
|
USE: |
allows procedure calls to forward reference
|
EXAMPLE: |
#lookahead f "ok" '... sub f(s as string) print s end sub |
REMARKS: |
procedures in inner blocks are ignored, so each block must have its own '#lookahead' |
RELATED: |
scope
|