-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS
24 lines (19 loc) · 882 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Changes compared to version 2.4
o MERGE "file.bas" current with listing (direct mode only). Unlike LOAD
it does not perform a NEW internally.
o -a in the directory Bas ia run from, first execute "./autoexec.bas"
o -n prevent "END program" from being printed
Changes compared to version 2.3
o Matrix inversion on integer arrays with option base 1 fixed
o PRINT USING behaviour for ! fixed
o PRINT , separator should advance to the next zone, even if the current
position is at the start of a zone
o Added ip(), frac(), fp(), log10(), log2(), min() and max()
o Fixed NEXT checking the variable case sensitive
o Use terminfo capability cr to make use of its padding
o LET segmentation fault fixed
o PRINT now uses print items
o -r for restricted operation
o MAT INPUT does not drop excess arguments, but uses them for the
next row
o License changed to MIT