langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
2
Task/Documentation/ZX-Spectrum-Basic/documentation-1.zx
Normal file
2
Task/Documentation/ZX-Spectrum-Basic/documentation-1.zx
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
10 LET a=10: REM a is the number of apples
|
||||
1000 DEF FN s(q)=q*q: REM s is a function that takes a single numeric parameter and returns its square
|
||||
7
Task/Documentation/ZX-Spectrum-Basic/documentation-2.zx
Normal file
7
Task/Documentation/ZX-Spectrum-Basic/documentation-2.zx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue