ECHO

名前

ECHO -- 汎用出力ツール

概要

echo [ 'string']

説明

標準出力に文字列リテラルを出力します。

     ECHO 'Node 1 initialized successfully';