t3x.org / t3x / t3x-manual / 2.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
1.2 The T3X Family Tree
TOC | Index | Back Next:
2.1 The Input Alphabet

2. A Tour through the T3X Language

T3X is an almost typeless, block-structured, procedural, object oriented programming language. Programs, classes, procedures, statements, and expressions form a hierarchy: Programs consist of classes, procedures, and statements, classes contain procedures and statements, procedures usually contain statements, and statements mostly contain expressions. Variables may be atoms (ordinal) or vectors (one-dimensional arrays). Since there are no different types, composed data types - called structures - are basically equal to vectors. Constants may be used to represent frequently used or tuneable values.

This chapter is written in bottom-up order, so that the building stones of larger entities already have been explained when the entites themselves are discussed.

Previous:
1.2 The T3X Family Tree
TOC | Index | Back Next:
2.1 The Input Alphabet