BSL:Introduction

From OniGalore
Revision as of 16:18, 3 December 2015 by Iritscen (talk | contribs) (okay, I was going to say a lot more, but that will have to wait until later)
Jump to navigation Jump to search

Like any scripting or programming language, BSL uses branching logic and logical operators to build functions which process data that is stored in variables.

Syntax overview

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

Click on a separator for details

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

Click on an operator for details

BSL 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