Reference The JS++ Language Reference provides documentation for all of the language keywords, statements, and expressions that are built into the language itself. ExpressionsAn expression is a unit of code that evaluates to a value. ModifiersModifiers are used to change the semantics of a statement or member. StatementsStatements are a single instruction. A statement is the smallest standalone unit of execution. JS++ programs are composed of statements. JS++ statements consist of keyword(s) and their respective syntax. Statements are terminated with semicolons except for declarations (e.g. class and interface declarations) and blocks. TypesA type is a classification for data such as integers and Booleans. Types determine the possible values for the data, the meaning of the data, and the permitted operations on the data. Share HTML | BBCode | Direct Link