<識別子> : 再定義されました。
DEFINE { integer sloop_max = 10; string sloop_max = "sample"; // 変数「sloop_max」がstring型として再定義されています。 }
DEFINE { integer sloop_max = 10; string stMsgText = "sample"; // 変数名を変更しました }