MediaWiki:Sitenotice
2026-03-12: Cocopedia.com is now using a new caching system that should make things faster. Please let me know if you encounter any new issues.

2026-03-15: MediaWiki has been reinstalled and the old database and files restored. It was pretty clogged up from being upgraded so many times since 2004. I am also testing out Cloudflare to see if it can prevent the 'bot assaults that took the site down last year.

2026-03-16: Special thanks to Don Barber for hosting a backup mirror of CoCopedia: https://cocopedia.dgb3.net

BASIC:ABS: Difference between revisions

From CoCopedia - The Tandy/Radio Shack Color Computer Wiki
Jump to navigationJump to search
m adding BASICInfoBox for testing.
No edit summary
Line 1: Line 1:
{{NavBASIC}}
{{NavBASIC}}
{{BASICInfoBox}}
{{NavBASIC}}
{{BASICInfoBox |
| token      =
}}
{{PAGENAME}} is/was a XXX sold/created by YYY from AAAA-BBBB.
 
== Examples ==
<pre>A=-42
PRINT A
-42
PRINT ABS(A)
42</pre>
 
== Optimizations ==
 
== External Links ==
* None yet.

Revision as of 14:11, 12 March 2026

WELCOME
Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al Read-only mirror: https://cocopedia.dgb3.net

See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.

This page was last updated on 03/12/2026. Total Pages: 749. Total Files: 997.


Home / BASIC - ABS


Page names in this section should be prefixed with "BASIC:" to put them in this namespace.

WELCOME
Looking for CoCo help? If you are trying to do something with your old Color Computer, read this quick reference. Want to contribute to this wiki? Be sure to read this first. This CoCo wiki project was started on October 29, 2004. --OS-9 Al Read-only mirror: https://cocopedia.dgb3.net

See Recent Changes. | About this site. | Join the E-Mail List or Facebook Group. | Contact me with updates/questions.

This page was last updated on 03/12/2026. Total Pages: 749. Total Files: 997.


Home / BASIC - ABS


Page names in this section should be prefixed with "BASIC:" to put them in this namespace.

ABS

MISSING PHOTO

Name ABS
Year DATE NEEDED
Keyword KEYWORD(S) NEEDED
Token TOKEN NEEDED
Notes NOTES NEEDED
Info Source INFO SOURCE NEEDED
About the BASIC Info Box

ABS is/was a XXX sold/created by YYY from AAAA-BBBB.

Examples

A=-42
PRINT A
-42
PRINT ABS(A)
42

Optimizations

  • None yet.