The language
println( "Hello, world!" );
SGScript is a dynamic, procedural language, similar in syntax to many other programming languages, including C and JavaScript. It consists of various operations and structures that can be combined to specify operations and data that they use.
- The basics - quickly covers the basics but doesn't get into much detail
- Data types - handling all kinds of data
- Flow control - how to run a part of the code, at specific moments
- Advanced concepts - not the first necessary things, helpful nonetheless
In this section: