A discord bot which gives you output for some qb64 code by using @flukiluke L-BASIC The bot also helps you get keyword documentation and example in your server.
Following are unsupported -
command$
,_commandcount
,chdir
,files
,input
,environ$
,shell
,sleep
- Graphics statement / Sound related statements Rest all of the keywords which L-basic support works fine.
To run code using Luke's L-BASIC, use the following syntax :-
%qb64
```
'your code
```
OR
```vb
'your code
```
OR
%qb64 your_code
-
To get full documentation for a keyword, use the following syntax :-
%help keyword_name
-
To get example for a keyword, use the following syntax :-
%example keyword_name
-
To get wiki link for a keyword, use the following syntax :-
%wiki keyword_name
-
To get this help message use the following syntax :-
%bot-help