DefLng Statement
Sets the default variable type, according to a letter range, if no type-declaration character or keyword is specified.
DefLng: Long
Sub ExampleDefLng
lCount=123456789 REM lCount é unha variábel implÃcita de número enteiro longo
End Sub