You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
YA (dec2base) and ZA (base2dec) now allow 0, 1, F (false), T (true) as abbreviations of 10, 16, 0:9, 0:15 respectively
Corrected two bugs in Zt(strrep): logical input was not accepted in Octave, and overlapping patterns gave wrong results
+ in code no longer sticks to a following numeral. So H5+6 now gives 7 6 instead of 2 5 6. (+ within literals does stick as it used to: [4 +5] is the same as [4 5], and [4+5 1] is [9 1]).
Corrected a bug which was causing the option -l of the main program not to work
Second input of Za can now be T or F. T is interpreted as ' ':'~' (all printable ASCII chars) and F as [' ':'&' '(':'~'] (all printable ASCCII chars except single quote)
Function Z= (strncmp) has been removed
Added predefined literals in L: [1 .5j][1 .5+.5j][1+.5j 1j][.5+.5j 1j] (meant for end-based indexing)