mirror of
https://github.com/irmen/prog8.git
synced 2025-08-09 19:25:22 +00:00
%zeropage basicsafe in Hello World
This commit is contained in:
@@ -83,6 +83,7 @@ Code example
|
||||
Here is a hello world program::
|
||||
|
||||
%import textio
|
||||
%zeropage basicsafe
|
||||
|
||||
main {
|
||||
sub start() {
|
||||
|
Reference in New Issue
Block a user