XScript マニュアル · Chapter 15
title: "TOWERLAMP — シグナルタワー・ブザー" chapter: 15
日本語訳は準備中です。英語版をご覧ください。
例
TOWERLAMP.SetLamp("INIT");
Sleep(1000);
if (TOWERLAMP.CurrentState == "INIT")
{
TOWERLAMP.SetLamp("STOP");
}
else
{
TOWERLAMP.BeepNo();
}日本語訳は準備中です。英語版をご覧ください。
TOWERLAMP.SetLamp("INIT");
Sleep(1000);
if (TOWERLAMP.CurrentState == "INIT")
{
TOWERLAMP.SetLamp("STOP");
}
else
{
TOWERLAMP.BeepNo();
}