English
Language : 

NSB8 Datasheet, PDF (107/158 Pages) List of Unclassifed Manufacturers – BASIC interpreter for Z80 family
ITALIAN TECHNOLOGY
grifo®
The subroutine may now be called at any point in the program where it is desired to retrieve a yes
or no answer. Here is an example, showing how the subroutine at line 1000 would be called:
40 PRINT “Are you over 6 feet tall?”
50 GOSUB 1000 \ REM Collect answer in A$
60 REM More program statements.
SEE ALSO:
Statement GOSUB
Statement RETURN
Section USER FUNCTION
NSB8
Rel. 5.10
Page 95