Home Software Docs Tutorials Demos Databases Dictionaries Models Research Support Mailing Lists What's New
You are here: April / Monthly / Tutorials / Software / Home  

 
 
// self-identifying header
#JSGF V1.0;

// grammar declaration
grammar network.grammar.activity;

// rule definitions
public <activity> = draw <color> circle;
<color> = red | blue | green;
   
   
    Help / Support / Site Map / Contact Us / ISIP Home