From a9e4d388abd540723f5c2830b9ce651eb057b610 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Tue, 18 May 2021 14:07:15 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index dd4244f5..7b86c6c0 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -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