Add tasks for all the new languages
This commit is contained in:
parent
9dc3c2bb62
commit
bba7bfd280
13208 changed files with 134745 additions and 0 deletions
1
Task/Special-variables/XLISP/special-variables-1.xlisp
Normal file
1
Task/Special-variables/XLISP/special-variables-1.xlisp
Normal file
|
|
@ -0,0 +1 @@
|
|||
__DATE__, __DEBUG__, __FILE__, __LINE__, __NAME__, __TIME__
|
||||
3
Task/Special-variables/XLISP/special-variables-2.xlisp
Normal file
3
Task/Special-variables/XLISP/special-variables-2.xlisp
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
10 PRINT "The border colour is "; PEEK (23624): REM bordcr
|
||||
20 PRINT "The ramtop address is "; PEEK (23730) + 256 * PEEK (23731): REM ramtop
|
||||
30 POKE 23609,50: REM set keyboard pip to 50
|
||||
Loading…
Add table
Add a link
Reference in a new issue