Skip to content

Commit

Permalink
KeywordsZ is complete. That was quick!
Browse files Browse the repository at this point in the history
  • Loading branch information
NormanDunbar committed Oct 7, 2016
1 parent 0048b2e commit 06f43fb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
17 changes: 11 additions & 6 deletions sphinx/source/KeywordsZ.clean.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
==========
Keywords Z
==========

ZAP
===

Expand All @@ -7,20 +11,21 @@ ZAP
| Location | TinyToolkit |
+----------+-------------------------------------------------------------------+

This command removes a given keyword from the name table so that
This command removes a given keyword from the name table so that
SuperBASIC is no longer aware of its existence. The code remains in
memory so no memory is freed. A ZAPped keyword cannot be recovered
without re-loading the code or resetting the system.

**Example**

You try to run a SuperBASIC program but it stops at the following line:
1120 er=2: es=.9: ET=1.4: eu=0
with error -17. The author used et as a variable because the ET command
You try to run a SuperBASIC program but it stops at the following line::

1120 er=2: es=.9: ET=1.4: eu=0

with error -17. The author used et as a variable because the ET command
was not present when (s)he wrote that program. The more resident
keywords that are present, the more it is likely that such collisions
may occur. ZAP "ET"
and re-loading the program will cure the problem.
may occur. ZAP "ET" and re-loading the program will cure the problem.

**NOTE**

Expand Down
2 changes: 1 addition & 1 deletion sphinx/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Contents:
Keywords X <KeywordsX.clean>
Keywords Y <KeywordsY.clean>
Keywords Z <KeywordsZ.clean>
Keywords Other <Keywords_.clean>
Keywords Other <Keywords_.clean>


Appendices Introduction <AppendicesIntro.clean>
Expand Down

0 comments on commit 06f43fb

Please sign in to comment.