Instrución DefInt
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
Sub ExampleDefInt
iCount=200 REM iCount é unha variábel enteira implícita
Print kilos, Typename(number), VarType(Java) ' Result is: 0 Integer 2
End Sub