SuivantPrec.Bas prec.BasNiv. sup.

Chapter 7 Functions 

ASET has a lot of built-in functions whose syntax is always

function(arg1,arg2,...)

or, in the cases of missing arguments, simply

function

Examples for function calls are

ASET A = min(-100,3,10) A = -100
ASET A = int(-3.4) A = -3
ASET A = sin(pi) A = 0; note the 2 function sin, pi
ASET A = pi A = 3.141593
ASET A = line(1,'FOO.DAT')A = line 1 of FOO.DAT
ASET A = getstr(10) A = you must input a string

The next part of the documentation is generated automatically. It might therefore be boring to read it :-) I recommend you use mainly the quick reference, because the examples give a good overview, I believe.

Refer to the last chapter, Details, if you wonder how the functions work internally (that section is not generated automatically).

SuivantPrec.Bas prec.HautNiv. sup.