Skip to content

Commit

Permalink
Hooked in new stdfunctions...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 4, 2001
1 parent ec34f30 commit c00f5c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions last/toby/interpreter/GlobalLogicContext.java
Expand Up @@ -116,6 +116,14 @@ protected void loadStandardFunctions()
addChild(new last.toby.interpreter.stdfunctions.SetFence());
addChild(new last.toby.interpreter.stdfunctions.EnableFence());
addChild(new last.toby.interpreter.stdfunctions.DisableFence());
addChild(new last.toby.interpreter.stdfunctions.DrawString());
addChild(new last.toby.interpreter.stdfunctions.StrCat());
addChild(new last.toby.interpreter.stdfunctions.StrLen());
addChild(new last.toby.interpreter.stdfunctions.StrLeft());
addChild(new last.toby.interpreter.stdfunctions.StrRight());
addChild(new last.toby.interpreter.stdfunctions.StrUpper());
addChild(new last.toby.interpreter.stdfunctions.StrLower());
addChild(new last.toby.interpreter.stdfunctions.SubStr());
} // loadStandardFunctions


Expand Down

0 comments on commit c00f5c8

Please sign in to comment.