Some BASIC programming ====================== I have learned that I need to de some simple computation very often. I have a programmable calculator but I decided to write them in BASIC. So I fired up my Brandy BASIC ppc64le port and started to code them. OK, I actually wrote most of code in the Vim and used the interpreter just to execute it. It worked except the SQR function (the ^0.5 operator worked). The same code works o the ByWater BASIC at the SDF (on the NetBSD). I also tried to implement the same formulae in the SC spreadsheet but it refused to accept formula of certain complexity. ,ost probably it can be done by dividing of it and using more cells but I gave up. By the way, using of the OPL for the same task is even simpler.. Written on the PSION Organiser II.