Alyce
Nov 15, 2011
Science Programming in Liberty BASIC
You may edit this page by clicking the button at the top labeled "Edit This Page".
Or CLICK HERE.
The editor for the wiki is similar to Wordpad. The toolbar at the top has buttons for formatting, adding links and files, and to preview or save the modifications.
New pages can be added by creating a link on this page, or by selecting "New Page" from the main navigation pane at the upper left corner of the wiki. You can choose to use the "Science" template to get started, or you can start from a blank page.
When you visit your new page, you can add code by using[[code]code goes here[[code]] code tags. Here is a sample.
`` code
code goes here
code ``
You may edit this page by clicking the button at the top labeled "Edit This Page".
Or CLICK HERE.
The editor for the wiki is similar to Wordpad. The toolbar at the top has buttons for formatting, adding links and files, and to preview or save the modifications.
New pages can be added by creating a link on this page, or by selecting "New Page" from the main navigation pane at the upper left corner of the wiki. You can choose to use the "Science" template to get started, or you can start from a blank page.
When you visit your new page, you can add code by using
`` code
code goes here
code ``
for i = 1 to 10
print i
next