Echo is a simple function that displays output.
Echo (String)
No data returned.
This example displays the word "Test":
Function Main
echo "test"
End Function