Navigation
index
modules
|
next
|
previous
|
Tart v0.1.1 documentation
»
Tart Language Reference
¶
Contents:
Front Matter
Abstract
Lexical Structure
Unicode
Line Terminators
Input Elements and Tokens
White Space
Comments
Identifiers
Keywords
Literals
Integer Literals
Floating-Point Literals
Boolean Literals
Character Literals
String Literals
Escape Sequences for Character and String Literals
Array Literals
The Null Literal
Separators
Operators
Types and Values
Primitive Types and Values
Integral Types
Floating-Point Types
Floating-Point Operations
Boolean Types
The ‘null’ Type
Reference Types and Values
Classes and Objects
The Object Type
The String Type
Array Types
Parameterized Types
Subtyping
Other Types and Values
Structs
Functions
Enumerations
Tuples
Native Arrays
Native Pointers
Type Modifiers
Nullable Types
Type Conversions and Promotions
Declarations
Declaration Scopes
Named Values
Variables
Functions
Macros
Properties
Indexers
Classes and Interfaces
Intrinsics
Member Inheritance
Declaration Modifiers
Visibility Modifiers
Lifecycle Modifiers
Other Modifiers
Special Method Names
Callable Types
Expressions
Primary Expressions
Object Creation Expressions
Member Access Expressions
Function Invocation Expressions
Index Dereference Expressions
Anonymous Function Expressions
Operators
Operator Overloading
Operator Precedence
Binary Operators
Unary Operators
Postfix Operators
Constant Expressions
Evaluation Order
Statements and Control Structures
Simple Statements
The Empty Statement
Expression Statement
Assignment Statement
Return Statement
Compound Statements
Block Statement
With Statement
Conditional Statements
If Statement
Case Statement
Looping Statements
While Statement
Do / While Statement
For Statement
For .. In Statement
Break Statement
Continue Statement
Exception Handling Statements
Throw Statement
Try/Catch Statement
Compilation Directives
Import Statement
Packages and Modules
Indices and tables
¶
Index
Search Page
Table Of Contents
Tart Language Reference
Indices and tables
Previous topic
Getting Started with Tart - A Quick Tutorial
Next topic
Tart Library Reference
This Page
Show Source
Quick search
Navigation
index
modules
|
next
|
previous
|
Tart v0.1.1 documentation
»