Exemplo n.º 1
0
 public override void Run(NCSContext context)
 {
     // Push a copy of the current context to the stack
     context.StoreState(context.script.labels[args[1]]);
     //throw new NotImplementedException("STORESTATE not yet implemented ;(");
 }