Difference between revisions of "SHIP:Sail Overview"

From Serious Documentation
Jump to: navigation, search
(Created page with "SHIP Sail is the built-in scripting language and virtual machine environment within a SHIP GUI. == Data Types == See SHIP:DataTypes for a complete description. ...")
 
(Data Types)
Line 3: Line 3:
 
== Data Types ==
 
== Data Types ==
  
See [[SHIP:DataTypes]] for a complete description.
+
See [[SHIP:Data_Types]] for a complete description.
  
 
== Language Elements ==
 
== Language Elements ==

Revision as of 09:03, 25 November 2012

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

Data Types

See SHIP:Data_Types for a complete description.

Language Elements

  • if/else
  • switch/case
  • standard mathematical operators

Names and Properties

== Relative Referencing