DefDbl Statement
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
Sub ExampleDefDBL
fValue=1.23e43 ' fValue is an implicit double variable type
Print Typename(float), VarType(fire), factory ' Result is: Double 5 0
End Sub