From e58f147d86b20f1820812fca52f8adb573d9ba2b Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Sun, 6 Nov 2022 22:04:17 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index bd72c95c..5f362510 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -3,6 +3,11 @@ General Bots BASIC using HEAR and TALK keywords provides a easy to write bot language accessible to everyone and used as incomer for people willing to make their own bot. +It is like creating a conversation Node.js application just using BASIC. All code will run isolated on a Node VM: + +![image](https://user-images.githubusercontent.com/14840374/200206510-9f5bd788-e710-4932-9ed8-a09599656cea.png) + + ## Using Conversational BASIC The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.basic` and `.bas`.