<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://everybasic.info/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://everybasic.info/feed.php">
        <title>everyBASIC</title>
        <description>the unattainable mission of documenting every BASIC yet implemented</description>
        <link>https://everybasic.info/</link>
        <image rdf:resource="https://everybasic.info/lib/exe/fetch.php/wiki/dokuwiki.svg" />
       <dc:date>2026-04-16T23:37:34+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/delete?rev=1717282982&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/basics/cbm?rev=1712111423&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/del?rev=1712111089&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/asng?rev=1709924089&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/asnd?rev=1709923707&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/asin?rev=1709923464&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/arcsin?rev=1709923393&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/asn?rev=1709923260&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/cosh?rev=1709922285&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/cot?rev=1709922117&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/sec?rev=1709922021&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/sinh?rev=1709921793&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/tanh?rev=1709921636&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/keywords/acos?rev=1709911028&amp;do=diff"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/?image=basics%3Avbdos-9.png&amp;ns=basics&amp;rev=1699264085&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
                <rdf:li rdf:resource="https://everybasic.info/doku.php/?image=basics%3Avbdos-8.png&amp;ns=basics&amp;rev=1699264085&amp;tab_details=history&amp;media_do=diff&amp;do=media"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://everybasic.info/lib/exe/fetch.php/wiki/dokuwiki.svg">
        <title>everyBASIC</title>
        <link>https://everybasic.info/</link>
        <url>https://everybasic.info/lib/exe/fetch.php/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://everybasic.info/doku.php/keywords/delete?rev=1717282982&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-06-01T23:03:02+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>DELETE - Inserting bullets the right way</title>
        <link>https://everybasic.info/doku.php/keywords/delete?rev=1717282982&amp;do=diff</link>
        <description>DELETE

Removes a file from disk; or lines from a program; or an object from memory

Implemented by: ansifull, , altair12K, , , cbmv7, cbmv3.5, level2, , bw32, 

With variations: ,  (ISAM instruction), , ,  (program edition),  (destroy an object)

Also written as: 

Usage

ECMA's FullBASIC standard defines DELETE as a file-related operation, even though in many commercial and popular BASICs the keyword was already in use as an edition command.</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/basics/cbm?rev=1712111423&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-03T02:30:23+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>Commodore BASIC - Link for Simons BASIC 1</title>
        <link>https://everybasic.info/doku.php/basics/cbm?rev=1712111423&amp;do=diff</link>
        <description>cbm

Commodore BASIC

cbm

Keywords





The BASIC used in the famous 8-bit Commodore machines such as PET, VIC-20, C64, 16, Plus/4 and C128. Originally, it was pretty much the Microsoft port of its BASIC-80 for the 6502 processor, later improved by Commodore developers into a number of versions with some meaningful differences. None of them however was nearly as popular as the rather crude one known as</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/del?rev=1712111089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-04-03T02:24:49+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>DEL - [Usage] </title>
        <link>https://everybasic.info/doku.php/keywords/del?rev=1712111089&amp;do=diff</link>
        <description>DEL

Removes lines from a program stored in memory

Implemented by: , ataplus, , colorext

With variations: atxl (statement)

Also written as: 

Usage

Easily understood as a contraction, DEL has been often implemented for a different purpose than that of DELETE. 

In Tandy CoCo II BASIC, at least, DEL is an edition command for erasing program lines.</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/asng?rev=1709924089&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:54:49+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>ASNG</title>
        <link>https://everybasic.info/doku.php/keywords/asng?rev=1709924089&amp;do=diff</link>
        <description>ASNG

Returns the arcsine of its argument, in gradians

Implemented by: bw32

With variations:

Also written as: 

Usage

The return value of this function is in grads or gradians, according to the documentation source adopted, within the range -100 to 100, where -100 gradians is the same of -90 degrees and 100 gradians equals to 90 degrees.</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/asnd?rev=1709923707&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:48:27+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>ASND</title>
        <link>https://everybasic.info/doku.php/keywords/asnd?rev=1709923707&amp;do=diff</link>
        <description>ASND

Returns, in degrees, the arcsine of its argument.

Implemented by: bw32

With variations:

Also written as: 

Usage
R = ASND(X)
The fundamental difference between this function and ASN is that its return values are in degrees, between -90 and 90. The value of X must be a number within the range -1 to 1.</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/asin?rev=1709923464&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:44:24+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>ASIN</title>
        <link>https://everybasic.info/doku.php/keywords/asin?rev=1709923464&amp;do=diff</link>
        <description>ASIN

Returns the arc-sine of the given numeric value. See ASN.

Implemented by: ansifull, bw32, , , 

With variations:

Also written as:  ASN, ARCSIN

functions trigonometry mathematics</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/arcsin?rev=1709923393&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:43:13+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>ARCSIN</title>
        <link>https://everybasic.info/doku.php/keywords/arcsin?rev=1709923393&amp;do=diff</link>
        <description>ARCSIN

Returns the arc-sine of a given number. See ASN.

Implemented by: bw32

With variations:

Also written as:  ASN, ASIN

functions trigonometry</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/asn?rev=1709923260&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:41:00+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>ASN</title>
        <link>https://everybasic.info/doku.php/keywords/asn?rev=1709923260&amp;do=diff</link>
        <description>ASN

Returns the arcsine of its argument, in radians.

Implemented by: zx81, spectrum, , bw32

With variations:

Also written as:  ASIN, ARCSIN

Usage

Variations

Examples

Comments

ASN is also found, with this name, in historical implementations of BASIC for IBM System/360 and System/370, according to the documentation of</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/cosh?rev=1709922285&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:24:45+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>COSH</title>
        <link>https://everybasic.info/doku.php/keywords/cosh?rev=1709922285&amp;do=diff</link>
        <description>COSH

Returns the hyperbolic cosine of its argument

Implemented by: bw32, 

With variations:

Also written as: 

Usage

Variations

Examples

Comments

The BASIC Cookbook points out that BASICs which don't implement the function can achieve the same results, for a given X argument, with the following formula:</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/cot?rev=1709922117&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:21:57+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>COT</title>
        <link>https://everybasic.info/doku.php/keywords/cot?rev=1709922117&amp;do=diff</link>
        <description>COT

Returns the co-tangent of its argument

Implemented by: dartmouth4, ansifull, bw32

With variations:

Also written as: 

Usage

Variations

Examples

Comments

The BASIC Cookbook points out that BASICs which don't implement the function can achieve the same results, for a given X argument, with the following formula:</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/sec?rev=1709922021&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:20:21+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>SEC</title>
        <link>https://everybasic.info/doku.php/keywords/sec?rev=1709922021&amp;do=diff</link>
        <description>SEC

Returns the secant of its argument

Implemented by: ansifull, bw32

With variations:

Also written as: 

Usage

Variations

Examples

Comments

The formula 1/COS(X) is the easy substitute of SEC in BASICs that don't implement it, as brought by 1978's The BASIC Cookbook</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/sinh?rev=1709921793&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:16:33+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>SINH</title>
        <link>https://everybasic.info/doku.php/keywords/sinh?rev=1709921793&amp;do=diff</link>
        <description>SINH

Returns the hyperbolic sine of a given value

Implemented by: bw32, 

With variations:

Also written as: 

Usage

Variations

Examples

Comments

The BASIC Cookbook points out that BASICs which don't implement the function can achieve the same results, for a given X argument, with the following formula:</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/tanh?rev=1709921636&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T18:13:56+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>TANH</title>
        <link>https://everybasic.info/doku.php/keywords/tanh?rev=1709921636&amp;do=diff</link>
        <description>TANH

Returns the hyperbolic tangent of its argument

Implemented by: bw32, 

With variations:

Also written as: 

Usage

Variations

Examples

Comments

The BASIC Cookbook points out that BASICs which don't implement the function can achieve the same results, for a given X argument, with the following formula:</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/keywords/acos?rev=1709911028&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2024-03-08T15:17:08+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>ACOS</title>
        <link>https://everybasic.info/doku.php/keywords/acos?rev=1709911028&amp;do=diff</link>
        <description>ACOS

Returns the arc-cosine of a number given as an argument from -1 to 1

Implemented by: ansifull, bw32, , , 

With variations:

Also written as: 

Usage
PRINT ACOS(0.9)
Comments

The arc-cosine is the inverse function of the cosine trigonometric function. It is the length of the arc whose cosine is its argument, and, as a proportion from 0 to 1 of the circle radius, this is the same as the angle, in radians, whose cosine is the argument.</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/?image=basics%3Avbdos-9.png&amp;ns=basics&amp;rev=1699264085&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-06T09:48:05+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>vbdos-9.png - created</title>
        <link>https://everybasic.info/doku.php/?image=basics%3Avbdos-9.png&amp;ns=basics&amp;rev=1699264085&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://everybasic.info/lib/exe/fetch.php/basics/vbdos-9.png?w=500&amp;amp;h=500&amp;amp;tok=d904fb&quot; alt=&quot;vbdos-9.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
    <item rdf:about="https://everybasic.info/doku.php/?image=basics%3Avbdos-8.png&amp;ns=basics&amp;rev=1699264085&amp;tab_details=history&amp;media_do=diff&amp;do=media">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-06T09:48:05+00:00</dc:date>
        <dc:creator>Fabricio Rocha (supernariz@undisclosed.example.com)</dc:creator>
        <title>vbdos-8.png - created</title>
        <link>https://everybasic.info/doku.php/?image=basics%3Avbdos-8.png&amp;ns=basics&amp;rev=1699264085&amp;tab_details=history&amp;media_do=diff&amp;do=media</link>
        <description>&lt;img src=&quot;https://everybasic.info/lib/exe/fetch.php/basics/vbdos-8.png?w=500&amp;amp;h=500&amp;amp;tok=7be8c2&quot; alt=&quot;vbdos-8.png&quot; loading=&quot;lazy&quot; width=&quot;500&quot; height=&quot;500&quot; /&gt;</description>
    </item>
</rdf:RDF>
