I downloaded FirstBASIC because it says it is compliant to BCD (Binary
coded Decimal).
I need to count up 0.01 100 times like this code
for i=0 to 100
sum=sum+0.01
next i
print sum
On my compyuter it becomes 0.9999993
I need to get exactry 1 as the result.
I heard FirstBASIC can do decimal aritmetic but it is not at least on
my puter.
I heard FullBASIC is compliant to BCD.
Where can I download BCD compliant BASIC interpliter and/or BASIC
compiler?
Or should I get cobol or PL/I ?
--