Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
bd749e2c66
commit
e58f147d86
1 changed files with 5 additions and 0 deletions
|
@ -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.
|
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:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Using Conversational BASIC
|
## Using Conversational BASIC
|
||||||
|
|
||||||
The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.basic` and `.bas`.
|
The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.basic` and `.bas`.
|
||||||
|
|
Loading…
Add table
Reference in a new issue