Difference between revisions of "SHIP:Sail Overview"

From Serious Documentation
Jump to: navigation, search
m (AdminDr2y70 moved page SHIP:Sail to SHIP:Sail Overview)
Line 8: Line 8:
 
* [[SHIP:Sail:Functions|Built-in Functions]]
 
* [[SHIP:Sail:Functions|Built-in Functions]]
 
* [[SHIP:Sail:Flow_Control|Flow Control]]
 
* [[SHIP:Sail:Flow_Control|Flow Control]]
 +
 +
[[Category:SHIPSail]]

Revision as of 14:02, 8 November 2016

SHIP Sail is the built-in scripting language and virtual machine environment within a SHIP GUI.

Sail is very similar to C and Java; even the casual programmer will find Sail quite familiar and easy to use. Sail is constructed to implement short snippets of activities, or "event handlers". When an event happens in SHIPEngine, a listener wakes up and optionally "runs" the associated Sail script.