Revisions

gist: 147408 Download_button fork
public
Public Clone URL: git://gist.github.com/147408.git
Embed All Files: show embed
Text only #
1
2
3
4
5
if(CmdUtils.parserVersion == 1){
  function cmd_sayhello(){
    displayMessage("OHAI");
  }
}