Elektrine lite

← Feed

@TheVoiceGuy@mastodon.au

Post #3287078

2026-04-03 05:20 UTC

@jaybird110127@dragonscave.space @Woody@dragonscave.space @AccessOn@nfb.social @JonathanMosen@caneandable.social I think the talking writer will be a lot better. I’m assuming that one you can read stuff back.

Replies (1)

  • @TheVoiceGuy@mastodon.au @Woody@dragonscave.space @AccessOn@nfb.social @JonathanMosen@caneandable.social Here's a very rough program which lets you type stuff, then have it read back. It does nothing to preserve what you typed before, and there are some issues like that you can't use commas or colons, and each thing you enter can only be around 255 characters long or so, but this program is so small you can just type it in yourself. First, at the Ready prompt, type NEW and press Return, to clear out the program currently in memory. Then type each of the following lines in exactly, including the line number, pressing Return after each line: 10 INPUT A$ 20 IF A$ = "" THEN END 30 PRINT A$ 40 GOTO 10 Then type RUN and press Return to run your new program. It won't say anything, but if you type something then press Return, it'll read it back to you. Press Return on a blank line to exit.

    Open ##3287079