UsingAccount: obj
-- Things to be fixed
-- -> Real not implemented
-- return not implemented
-- qBeta use float not real
%visible StringLib
clerk: obj
handle:
newBalance: var float
Account_1010: obj
owner: ref String
balance: var float
interestRate: var float -- real
addInterest:
deposit: -- -> real:
out NB: var float
withdraw: -- -> real:
out NB: var float