<文字コード(16進数)>は不正な文字です。
DEFINE
{
const integer OK_END = 0;
const integer NG_END = -1;
const integer sloop_max = #30; // 無効な文字「#」があります
}
DEFINE
{
const integer OK_END =0;
const integer NG_END = -1;
const integer sloop_max = 30; // 無効な文字「#」を削除しました
}