findMethodInProto
Parameters
Return type
Example
myScript.hd
with console fixed from std:io
#myMethod()
func method1(x)
out("Hello from method1 (invoked by {})".format(x))
endmain.hd
Last updated