Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Sharp PC-1500
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
=== Program description === {{aligned table|cols=2|col1class=nowrap|class=wikitable | Line 1 |The {{mono|ARUN}} command executes every time the computer is switched on and jumps to line 10. | Line 5 |This is the {{mono|REMARK}} statement (used to include remarks into the source code). | Line 10 |The {{mono|INPUT}} command asks for input from the user and stores the values in the variable "P". | Line 20 |The {{mono|PRINT}} command shows the calculated result as follows:{{samp| 100 114 142.5}}. The abbreviated form is special to the PC-1500, as it can only make use of single letter variables and matrixes. This also saves valuable storage space! | Line 30 |The {{mono|GOTO}} command lets the program jump back to line 10, to continue the program over | Line 40 |The {{mono|END}} statement is to be placed on the last line of the code to terminate execution, however in this case it can be omitted, as it is not really necessary. }}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)