Question:
In blitzmax help, i noticed the AbstractType and FinalType keywords. I tried using them and my program doesnt compile anymore. It says
Syntax error in user defined type declaration
so i guess its in the help file and isnt really implemented or was removed?
this does not compile and i figured it would:
Type AbstractType TTest
Field X:Int
End Type
thanks
In blitzmax help, i noticed the AbstractType and FinalType keywords. I tried using them and my program doesnt compile anymore. It says
Syntax error in user defined type declaration
so i guess its in the help file and isnt really implemented or was removed?
this does not compile and i figured it would:
Type AbstractType TTest
Field X:Int
End Type
thanks