LibreOffice 7.3 Help
Không ghi rõ ký tự hay từ khoá mà khai báo kiểu thì đặt kiểu biến mặc định, tùy theo một phạm vi chữ.
Sub ExampleDefVar
vDiv=99 REM vDiv là một biến thế ngầm
values="Hello world"
Print Typename(glob), VarType(values), IsEmpty(vOffer) ' Displays: Empty 8 True
End Sub