t3x.org / t3x / t3x-manual / 321.html
 
T3X - A Minimum Procedural Language
Version 8.1.5, Online Edition
Copyright(C) 1996-2004
Nils M Holm
 
Previous:
3.2 T3X -- Core Routines
TOC | Index | Back Next:
3.2.2 BPW

3.2.1 T3X Class Usage

OBJECT T[T3X];

The T3X class contains a set of procedures which provide access to the most common operating system services, like opening, reading, writing, and erasing files, copying and comparing memory regions, receiving arguments, etc. The class requires no explicit initialization or shutdown.

The T3X class does not contain any variables. Therefore, it is sufficient to create a single instance per module.

Previous:
3.2 T3X -- Core Routines
TOC | Index | Back Next:
3.2.2 BPW