mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
oops
This commit is contained in:
parent
3d09d605e1
commit
d61420f1c6
@ -66,7 +66,7 @@ Code example
|
||||
This code calculates prime numbers using the Sieve of Eratosthenes algorithm::
|
||||
|
||||
%import textio
|
||||
%zeropage basicsafe1
|
||||
%zeropage basicsafe
|
||||
|
||||
main {
|
||||
ubyte[256] sieve
|
||||
|
Loading…
Reference in New Issue
Block a user