diff --git a/basicscript.md b/basicscript.md index e69de29..c951bc0 100644 --- a/basicscript.md +++ b/basicscript.md @@ -0,0 +1,43 @@ +Web Page Embedding +================== + +Want to show off your BASIC creation on your own web site? Now you can with just a tiny bit of HTML. +There are two parts: + 1. Insert `` on your page to enable it + 2. Add `` + +Like this: +```html + +My BASIC example +

Look what I did!

+ + + +``` + +Wherever you have the BASIC program, a simulated screen will appear and the program will run. + +Notes: + +* If the program stops, the user will need to re-load the page to re-run it, so this works best with interactive programs or programs that run as loops. +* You can have more than one `