Difference between revisions of "AGI/Specifications/Data"

Jump to navigation Jump to search
m
(Wikify and fill in differences from SGML. Work complete)
m (→‎A note about word numbers: -- fix formatting)
Line 87: Line 87:
Some word numbers have special meaning. They are listed below:
Some word numbers have special meaning. They are listed below:


<pre>
     Word# Meaning
     Word# Meaning
     ----- -----------------------------------------------------------
     ----- -----------------------------------------------------------
Line 95: Line 94:
           input list is
           input list is
     ----- -----------------------------------------------------------
     ----- -----------------------------------------------------------


Example:
Example:
 
<syntax type="C++">
if (said(take, anyword)) {
if (said(take, anyword)) {
print("You can't - Blackbeard has chopped both your arms off.");
print("You can't - Blackbeard has chopped both your arms off.");
}
}
</pre>
</syntax>


<span id="Sample"></span>
<span id="Sample"></span>
==Sample code==
==Sample code==


Navigation menu