Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2021-05-18 14:07:15 -03:00 committed by GitHub
parent d97326274c
commit a9e4d388ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,10 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
| HEAR _variable_ AS BOOLEAN | |
| HEAR _variable_ AS HOUR | |
| HEAR _variable_ AS MONEY | |
| HEAR _variable_ AS MOBILE | |
| HEAR _variable_ AS ZIPCODE | |
| HEAR _variable_ AS "Abacate", "Maçã", "Morango" | Displays the specified menu and waits for this input until user select one of them. |
| HEAR _variable_ AS LANGUAGE | |
## How To