ECHO — Generic output tool
echo [ 'string']
echo
'string'
Prints the string literal on standard output.
ECHO 'Node 1 initialized successfully';