Difference between revisions of "SHIP:Sail Overview"

From Serious Documentation
Jump to: navigation, search
(Names and Properties)
Line 1: Line 1:
 
[[SHIP]] Sail is the built-in scripting language and virtual machine environment within a [[SHIP]] GUI.
 
[[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.
  
 
== Data Types ==
 
== Data Types ==

Revision as of 09:19, 25 November 2012

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.

Data Types

See SHIP Data Types for a complete description.

Language Elements

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

Names and Properties

Name Syntax

Reserved Words

Name Scope

Relative References