Testing the array functions 10 times.

core.slice...

core.push...

core.pop...

Testing the complex number functions 10 times.

core.abs...

core.arg...

core.conj...

core.imaginary...

core.real...

Testing the compiler 10 times.

Testing operator '!'...

Testing operator "~"...

Testing operator '='...

Testing operator ':='...

Testing operator '-'...

Testing operator '*'...

Testing operator '<<'...

Testing operator '>>'...

Testing relational operators '<' and '>'...

Testing relational operators '<=' and '>='...

Testing relational operators '==' and '!='...

Testing binary operators "&", "|||" and "|"...

Testing logic operators "&&", "||||" and "||"...

Testing the expression compiler...

Testing the precedence of operators...

Testing complex numbers support...

Testing matrix support...

Testing the scripted functions support...

Testing declaration and calling functions 10 times.

Testing loop statements 10 times.

while...

do...

for...

foreach...

Testing the math functions 10 times.

math.sin...

math.cos...

math.tan...

math.asin...

math.acos...

math.atan...

math.atan2...

math.sinh...

math.cosh...

math.tanh...

math.exp...

math.log...

math.pow...

math.sqrt...

math.ceil...

math.floor...

math.round...

math.abs...

math.random...

math.min...

math.max...

Testing the matrix functions 10 times.

matrix.triang...

core.diag...

core.det...

core.one...

core.zero...

matrix.trans...

matrix.cross...

matrix.dot...

matrix.sum...

matrix.sum...

matrix.avg...

matrix.avg...

matrix.count...

matrix.count...

matrix.min...

matrix.min...

matrix.max...

matrix.max...

Testing source function 10 times.

system.source...

Testing sprintf functions 10 times.

string.sprintf...

Testing the string functions 10 times.

core.split...

core.search...

