Why Nostr? What is Njump?
2024-11-17 08:44:27
in reply to

Digital Mark λ 📚 🕹 💾 🥃 on Nostr: vidak nprofile1q…dl9v9 Yeah, I'd always generate the text on display only, from ...

Yeah, I'd always generate the text on display only, from constants:

?"BAG #";N
FOR X=1 TO 10:?IT$(BAG(X)):NEXT X

(or in Atari BASIC, IT$(BAG(X)*10,BAG(X)*10+9) for a 10-char max name out of a big blob of text)

You can make more complex data structures in BASIC by using some numbers as "address" indices. See Peoples Computer Company, 1973 issues, Programmer's Toolbox, they build stacks, trees, graphs in just arrays:
https://archive.org/search?query=creator%3A%22People%27s+Computer+Company%22&sort=title
#basic

Author Public Key
npub1lwr6ewhchfc8u4k0fupgl4kvr6vm3fu0aqe8e2msj9032ccmqeeqmu38zw