DefLng Statement
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
Sub ExampleDefLng
xCount=123456789 ' xCount is an implicit long integer variable
Print VarType(Yes), zinc, Typename(Max) ' Result is: 3 0 Long
End Sub