echo: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 3: | Line 3: | ||
<h2 style="color:#000066"> | <h2 style="color:#000066">''' echo ''text'''''</h2> | ||
Line 9: | Line 9: | ||
'''text:''' [[String]] | '''text:''' [[String]] | ||
'''Type of returned value:''' | '''Type of returned value:''' | ||
Line 22: | Line 21: | ||
Sends any text into the debugger console or the logfile. | Sends any text into the debugger console or the logfile. | ||
'''Example''': | '''Example''': | ||
'''echo''' "Text in logfile" | '''echo''' "Text in logfile" |