When programming in BETA, the basic BETA environment betaenv is utilized. This chapter describes how to use the facilities in betaenv.
Betaenv contains several attributes that are used in any BETA program. That is, each BETA program must have betaenv in its origin path.
The patterns in betaenv are divided into several different categories such as character patterns, integer patterns, boolean patterns, control patterns, input/output patterns, stream and exception patterns.
The first section of this chapter describes how betaenv is used in general, while the subsequent sections concern the individual patterns.
This version of betaenv contains a few important changes, which are not backward compatible. The most important are:
'...'->(t.copy).append
'...'->(t.copy).prepend
To ease the process of porting your code, we have included a small fragment called betaenvold.bet containing these obsolite facilities.
Basic Libraries - Reference Manual | © 1990-2002 Mjølner Informatics |
[Modified: Monday October 23rd 2000 at 11:49]
|