Skip to content
Snippets Groups Projects
Commit a49bbb22 authored by Leroy John Rügemer's avatar Leroy John Rügemer
Browse files

added explain command

parent 7bada6c8
No related branches found
No related tags found
No related merge requests found
#JSGF V1.0;
grammar commands;
public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack> | <learn> | <rec> | <count>);
public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack> | <learn> | <rec> | <count> | <explain>);
<followMe> = (follow me);
......@@ -17,3 +17,4 @@ public <command> = [tobi] ( <followMe> | <ordering> | <test> | <stack> | <learn>
<count> = (count the people);
<explain> = (what can you do);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment