info
info(t_formatString[g_args1...] ) => nil
Description
Prints the formatted output to poport according to the specification.
Arguments
Value Returned
Examples
info("Hello Skill") ; prints "Hello Skill"
Hello Skill
nil
info("value = %d" 42) ; prints value = 42
value = 42
nil
Return to top