JP1/NETM/DM Automatic Installation Toolガイド (Windows(R)用)
<ラベル名> : 定義されていないラベルです。
DEFINE
{
integer sloop_max = 0;
}
MAIN
{
goto ErrorLabel; // ラベル「ErrorLabel」が定義されていません
sloop_max = 0;
}DEFINE
{
integer sloop_max = 0;
}
MAIN
{
goto ErrorLabel;
sloop_max = 0;
ErrorLabel: // ラベルを定義しました
}All Rights Reserved. Copyright (C) 2013, 2015, Hitachi, Ltd.