<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://sdp.soapi.com/lib/styles/feed.css" 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="http://sdp.soapi.com/feed.php">
        <title>SDP ptpscript:types</title>
        <description></description>
        <link>http://sdp.soapi.com/</link>
        <image rdf:resource="http://sdp.soapi.com/lib/images/favicon.ico" />
       <dc:date>2009-11-17T11:01:59+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:types:array?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:types:boolean?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:types:mixed?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:types:number?rev=1169633753"/>
                <rdf:li rdf:resource="http://sdp.soapi.com/ptpscript:types:string?rev=1169633753"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://sdp.soapi.com/lib/images/favicon.ico">
        <title>SDP</title>
        <link>http://sdp.soapi.com/</link>
        <url>http://sdp.soapi.com/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://sdp.soapi.com/ptpscript:types:array?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Array</title>
        <link>http://sdp.soapi.com/ptpscript:types:array?rev=1169633753</link>
        <description> An Array in PTPScript is a collection of items. Each item has a key, and a value. The value is accessed by specifying the key. Keys can be Numbers or Strings, but values can be any PTPScript type, including another Array. However, it should be noted...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:types:boolean?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Boolean</title>
        <link>http://sdp.soapi.com/ptpscript:types:boolean?rev=1169633753</link>
        <description> A Boolean expresses a &amp;quot;truth&amp;quot; value, and can therefore be true or false. true and false are Constants, so can be used in expressions.  For example: &amp;#123; a = true &amp;#125; &amp;#123; b = false &amp;#125; &amp;nbsp; &amp;#123; if a &amp;#125; ... &amp;#123; endif &amp;...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:types:mixed?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Mixed</title>
        <link>http://sdp.soapi.com/ptpscript:types:mixed?rev=1169633753</link>
        <description> The word &amp;quot;mixed&amp;quot; is simply used where more than one data type can be used; for instance, a function that accepts a Number or Boolean as one of its parameters, rather than just a Number.  ...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:types:number?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>Number</title>
        <link>http://sdp.soapi.com/ptpscript:types:number?rev=1169633753</link>
        <description> A Number is any whole or decimal, positive or negative number. It is further categorised into Integers (&amp;quot;whole&amp;quot; numbers), and Floats (a floating-point, or real, number). Numbers can only be specified in base-10 (decimal). They can be prece...</description>
    </item>
    <item rdf:about="http://sdp.soapi.com/ptpscript:types:string?rev=1169633753">
        <dc:format>text/html</dc:format>
        <dc:date>2007-01-24T10:15:53+01:00</dc:date>
        <title>String</title>
        <link>http://sdp.soapi.com/ptpscript:types:string?rev=1169633753</link>
        <description> A String is any sequence of characters enclosed by quotes. PTPScript does not support Unicode and so all characters are ASCII-based, meaning there are 256 different possibilities.   There is no practical limit to the size of Strings that PTPScript c...</description>
    </item>
</rdf:RDF>
