Example Program - Waves
#This program is older than I am, but makes a great test of whether my website is ready to share the code inline.
10 PRINT CHR$(205.5 + RND(1));
20 GOTO 10
How to make a GIF file!
#If you have clone my website, then you can generate this GIF with the following commands.
New-Item -Type Directory c:\src
cd c:\src
git clone https://github.com/edthedev/edthedev.github.io.git
cd c:\src\edthedev.github.io.git
x16emu.exe -bas _includes\basic\waves.bas -gif img\basic\waves.gif
Now type RUN, and hit Return/Enter. When ready, exit X16emu.exe with the X in the corner.