Fixed a bad styled sentence.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5069 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ad1c31b049
commit
a6ca0b2093
1 changed files with 3 additions and 3 deletions
|
@ -681,9 +681,9 @@ operator. After doing
|
|||
</verb></tscreen>
|
||||
|
||||
may use the symbol "two" in every place where a number is expected, and it is
|
||||
evaluated to the value 2 in this context. The label assignment operator causes
|
||||
the same, but causes the symbol to be marked as a label, which may cause a
|
||||
different handling in the debugger:
|
||||
evaluated to the value 2 in this context. The label assignment operator is
|
||||
almost identical, but causes the symbol to be marked as a label, so it may be
|
||||
handled differently in a debugger:
|
||||
|
||||
<tscreen><verb>
|
||||
io := $d000
|
||||
|
|
Loading…
Add table
Reference in a new issue