Aztec® Programming Language

Version 1.0 Alpha

Copyright © 2010-2013

Cold Spring® Development Group

All Rights Reserved

Download Aztec

Site Help

Primitive Data Types

 

♦ All primitives are objects, and they are treated as values by default.

♦ Aztec strings are true values at the language level. String constants can be surrounded by single quotes OR double quotes. A double quote is a valid text character within single quotes, and vice-versa.

♦ The Aztec Framework includes a large library of instance methods for all primitive data types

♦ All primitive instance methods are handled efficiently as internal VM instructions

♦ The '@' operator is used to get the reference of a primitive object

♦ All primitive data types are defined in the ‘aztec.system’ space.

 

Page UpPage DownCopyright © 2010-2013
Cold Spring Development Group
All Rights Reserved

Download Aztec