RosettaCodeData/Task/Documentation/ZX-Spectrum-Basic/documentation-2.zx
Ingy döt Net d066446780 langs a-z
2013-04-10 22:43:41 -07:00

7 lines
264 B
Text

10 GOSUB 2000: REM call a subroutine to print the documentation
1999 STOP
2000 REM Print the documentation
2010 LPRINT "a is the number of apples"
2020 LPRINT "s is a function that takes a single numeric parameter and returns"
2030 LPRINT "its square"
2040 RETURN