<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.bundysoft.com/wiki/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="http://www.bundysoft.com/wiki/feed.php">
        <title>BundyWiki plugins:general:zeoscript:reference</title>
        <description></description>
        <link>http://www.bundysoft.com/wiki/</link>
        <image rdf:resource="http://www.bundysoft.com/wiki/lib/images/favicon.ico" />
       <dc:date>2026-07-29T22:31:55+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:casting&amp;rev=1504155963&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:functions&amp;rev=1504156168&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.bundysoft.com/wiki/lib/images/favicon.ico">
        <title>BundyWiki</title>
        <link>http://www.bundysoft.com/wiki/</link>
        <url>http://www.bundysoft.com/wiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:casting&amp;rev=1504155963&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-31T05:06:03+00:00</dc:date>
        <title>plugins:general:zeoscript:reference:casting</title>
        <link>http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:casting&amp;rev=1504155963&amp;do=diff</link>
        <description>ZeoScript is technically a strongly typed language, similar to the type system in the more familiar C programming language. However, for convenience, ZeoScript implements automatic type casting for most common types. Thus, it is usually unnecessary for coders to manually perform type casting.</description>
    </item>
    <item rdf:about="http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:functions&amp;rev=1504156168&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2017-08-31T05:09:28+00:00</dc:date>
        <title>plugins:general:zeoscript:reference:functions</title>
        <link>http://www.bundysoft.com/wiki/doku.php?id=plugins:general:zeoscript:reference:functions&amp;rev=1504156168&amp;do=diff</link>
        <description>ZeoScript commands consist of a function name, followed by a space-separated list of function arguments. Below is the archetypal example, which prints “Hello World!” to the event log:


echo &quot;Hello World!&quot;


Here, the echo function takes one argument (a string).</description>
    </item>
</rdf:RDF>
