#include "Define.h"
//-----------------------------------------------------------------------------
`Sample1
		wait		SEC(5)		//5b҂B
		event				//Cxgԍ'0'𔭍sB
	end					//IB
//-----------------------------------------------------------------------------
`Sample2
	repeat
		wait		SEC(10)		//10b҂B
		event		Foo		//Cxg'Foo'𔭍sB
	end					//ŏJԂB
//-----------------------------------------------------------------------------
`Sample3
		wait		SEC(3)		//3b҂B
		event		100		//Cxgԍ'100'𔭍sB
		wait		SEC(7)		//7b҂B
		event		200		//Cxgԍ'200'𔭍sB
	end					//IB
