BASIC Anywhere Machine <https://basicanywheremachine.neocities.org/>

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?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/8cd6b9b8-bc17-4b0b-9c46-0d44435ca7e0n%40googlegroups.com.

Reply via email to