DefInt Statement
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
Sub ExampleDefInt
iCount=200 ' iCount is an implicit integer variable
Print kilos, Typename(number), VarType(Java) ' Result is: 0 Integer 2
End Sub