Commit Graph
2 Commits
Author SHA1 Message Date
Jeff Ames 6077bbda30 Update svn properties. 2009-04-27 03:22:31 +00:00
Adam Frisby 883f7dde38 * Implements Microthreading for MRM scripting.
* This is achieved through two new keywords "microthreaded" and "relax". example:
public microthreaded void MyFunc(...) {
  ...
  relax;
  ...
}
2009-04-24 05:33:23 +00:00