??? 01/01/11 19:27 Read: times |
#180387 - Remember PEEK and POKE Responding to: ???'s previous message |
As a footnote: BASIC is well known for PEEK and POKE - which allows raw memor accesses but on the other hand don't support real data types. It's this inability that have required more recent BASIC implementations to extend the data declaration abilities quite a lot. It was just too raw to have to use integer addresses and retrieve or store bytes one-by-one. |