@Libman I like the oop style in FreeBasic. It allows us to write only method 
and property signatures inside the type block. We can then implement the 
methods and properties outside of the type block like 
TypeName.PropertyName(Argument As DataType). Thats a nice thing.

Reply via email to