#//-----------------------------------------------------------------------------
def		Test
		on		set		goto				lock		5
				act		MyFnc1(half 0x1234)		ensure
		end
		on		Test		goto		.Test
end
#//- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
def		.Test
		repeat		5
				act		MyFnc2(half 0xABCD)
		end
end
