@richard :
- i tryed : Code:
''bluatigro 26 jun 2015
''OOP test
new q as complex 1 , 2
print "r = " ; q::get.r()
print "i = " ; q::get.i()
print q::toString$()
input a$
end
'include _complex.bas )
i got a 'mistake' in 'r =' line
i dont know why the ) at the end of the include is for
lbb asked for that