fix typo: reaturn -> return (#126)

This commit is contained in:
Mike McGann 2024-02-18 16:25:26 -05:00 committed by GitHub
parent 01bbc2234e
commit a3fa946300
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -311,7 +311,7 @@ To avoid the reset from happening, use an empty ``repeat`` loop at the end of yo
Alternatively, if you want your program to exit cleanly back to the BASIC prompt,
you have to use ``%zeropage basicsafe``, see :ref:`directives`.
The reason this is not the default is that it is very beneficial to have more zeropage space available to the program,
and programs that have to reaturn cleanly to the BASIC prompt are considered to be the exception.
and programs that have to return cleanly to the BASIC prompt are considered to be the exception.
Odd text and screen colors at start