Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > f448deafa1de20c56618e7ac9c6ef5d7 > files > 72

Falcon-doc-0.9.6.6-1.fc14.noarch.rpm

<html>
<head>
   <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
   <title>Falcon Core Module - Globals</title>
   <link href="faldoc.css" rel="stylesheet" type="text/css"/>
   <link href="tabs.css" rel="stylesheet" type="text/css"/>
</head>
<body class="faldoc_body">
<div class="navitop">
   <div class="tabs">
      <ul>
         <li><a href="./index.html"><span>Main</span></a></li>
         <li><a href="./pages.html"><span>Related pages</span></a></li>
         <li><a href="./groups.html"><span>Groups</span></a></li>
         <li><a href="./funset.html"><span>Function sets</span></a></li>
         <li><a href="./classes.html"><span>Classes</span></a></li>
         <li><a href="./objects.html"><span>Objects</span></a></li>
         <li><a href="./functions.html"><span>All functions</span></a></li>
         <li><a href="./globals.html"><span>Globals</span></a></li>
         
      </ul>
   </div>
</div>
<hr/>


<h1 class="faldoc_title">Globals</h1>



   <h3 class="faldoc_funcname"><a name="args">args</a></h3>
   <p class="item_brief">Script arguments </p>
   
   
   <p class="faldoc_text"><p class="faldoc_text">A global variable holding an array that contains the strings passed as argument for the script. Embedders may change the convention, and pass any Falcon item as arguments; however, falcon command line and the other standard tools pass only an array of strings. </p>
</p>

   <h3 class="faldoc_funcname"><a name="scriptName">scriptName</a></h3>
   <p class="item_brief">Logical module name of current module </p>
   
   
   <p class="faldoc_text"><p class="faldoc_text">It's a global variable that is usually filled with the script name. It's the logical script name that the VM has assigned to this module, mainly used for debugging. </p>
</p>

   <h3 class="faldoc_funcname"><a name="scriptPath">scriptPath</a></h3>
   <p class="item_brief">Complete path used to load the script </p>
   
   
   <p class="faldoc_text"><p class="faldoc_text">It's a global variable that is usually filled with the location from which the script has been loaded. It's semantic may vary among embedding applications, but it should usually receive the complete path to the main script, in Falcon file convention (forward slashes to separate directories), or the complete URI where applicable. </p>
</p>

<hr/>
<div class="navibottom">
   <center>
      <a href="./index.html">Main</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./pages.html">Related pages</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./groups.html">Groups</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./funset.html">Function sets</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./classes.html">Classes</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./objects.html">Objects</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./functions.html">All functions</a>&nbsp;&nbsp;-&nbsp;&nbsp;<a href="./globals.html">Globals</a>
   </center>
</div>
</div>
<div class="faldoc_signature">Made with <a href="http://www.falconpl.org">faldoc 2.2.0</div>
</body>
</html>