Sample BASIC program:
`
SetLocalStorageItem (“salutation”, “howdy, buddy”)
Print GetLocalStorageItem (“salutation”)
SetLocalStorageItem (1, 5)
Print GetLocalStorageItem (1)
`
In and of itself, a nice thing to have for BASIC programs meant just for BASIC Anywhere Machine.
Now, how interesting is this:
A BASIC Anywhere Machine program outputs results to local storage. A TiddlyWiki instance (same one hosting BASIC Anywhere Machine, or any other TiddlyWiki in the same domain) can get/set the values from local storage.
So a BASIC Anywhere Machine and TiddlyWiki instances have a communication (data transfer) interface.
Guess where the rest of my day is going?