BSL:BFW Scripting Language: Difference between revisions

From OniGalore
Jump to navigation Jump to search
No edit summary
Line 11: Line 11:
|+''OSL separators''
|+''OSL separators''
|-
|-
| align="center" width="100px" | [[OSL:semicolon|<tt>;</tt>]]
| align="center" width="100px" | [[/semicolon|<tt>;</tt>]]
| align="center" width="100px" | [[OSL:arguments|<tt>,</tt>]]
| align="center" width="100px" | [[OSL:arguments|<tt>,</tt>]]
| align="center" width="100px" | [[OSL:comments|<tt>#</tt>]]
| align="center" width="100px" | [[OSL:comments|<tt>#</tt>]]

Revision as of 16:46, 3 October 2005

Oni Scripting Language (or OSL)

is what Oni scripts are written in.

Please excuse the mess.

OSL syntax overview table
OSL separators
; , # "
{ } ( )

Click on a separator for details

OSL operators
+ - = !
and or eq ne
< > <= >=

Click on an operator for details

OSL keywords
at float if repeat string
bool for int return using
else fork iterate schedule var
every func over sleep void

Click on a keyword for details

this page is in namespace BSL