BSL:BFW Scripting Language: Difference between revisions

m
link fixes
m (link fix)
m (link fixes)
Line 52: Line 52:
| width="100px" | [[BSL:Functions|<tt>,</tt>]]
| width="100px" | [[BSL:Functions|<tt>,</tt>]]
| width="100px" | [[BSL:Comments|<tt>#</tt>]]
| width="100px" | [[BSL:Comments|<tt>#</tt>]]
| width="100px" | [[BSL:Data|<tt>"</tt>]]
| width="100px" | [[BSL:Types|<tt>"</tt>]]
|-
|-
| width="100px" | [[BSL:Statements|<tt>{</tt>]]
| width="100px" | [[BSL:Statements|<tt>{</tt>]]
Line 91: Line 91:
|-
|-
| width="75px" | [[BSL:Keywords|<tt>at</tt>]]
| width="75px" | [[BSL:Keywords|<tt>at</tt>]]
| width="75px" | [[BSL:Data|<tt>float</tt>]]
| width="75px" | [[BSL:Types|<tt>float</tt>]]
| width="75px" | [[BSL:Statements|<tt>if</tt>]]
| width="75px" | [[BSL:Statements|<tt>if</tt>]]
| width="75px" | [[BSL:Keywords|<tt>repeat</tt>]]
| width="75px" | [[BSL:Keywords|<tt>repeat</tt>]]
| width="75px" | [[BSL:Data|<tt>string</tt>]]
| width="75px" | [[BSL:Types|<tt>string</tt>]]
|-
|-
| width="75px" | [[BSL:Data|<tt>bool</tt>]]
| width="75px" | [[BSL:Types|<tt>bool</tt>]]
| width="75px" | [[BSL:Keywords|<tt>for</tt>]]
| width="75px" | [[BSL:Keywords|<tt>for</tt>]]
| width="75px" | [[BSL:Data|<tt>int</tt>]]
| width="75px" | [[BSL:Types|<tt>int</tt>]]
| width="75px" | [[BSL:Functions|<tt>return</tt>]]
| width="75px" | [[BSL:Functions|<tt>return</tt>]]
| width="75px" | [[BSL:Keywords|<tt>using</tt>]]
| width="75px" | [[BSL:Keywords|<tt>using</tt>]]
Line 112: Line 112:
| width="75px" | [[BSL:Keywords|<tt>over</tt>]]
| width="75px" | [[BSL:Keywords|<tt>over</tt>]]
| width="75px" | [[BSL:Keywords|<tt>sleep</tt>]]
| width="75px" | [[BSL:Keywords|<tt>sleep</tt>]]
| width="75px" | [[BSL:Data|<tt>void</tt>]]
| width="75px" | [[BSL:Types|<tt>void</tt>]]
|-
|-
| colspan="5" style="border-top:1px solid red; border-right:1px solid red; border-bottom:2px solid red; border-left:1px solid red;" |
| colspan="5" style="border-top:1px solid red; border-right:1px solid red; border-bottom:2px solid red; border-left:1px solid red;" |