Sign in
eclipse
/
efxclipse
/
org.eclipse.efxclipse
/
050e362e7f5e6ca9022ee83c95fdb4015fa146e8
/
.
/
demos
/
org.eclipse.fx.xtext.sample.editor
/
src
/
StateSample.state
blob: 051a75c2962c301e0cfb1ffff28d435da38319af [
file
]
/* This is an xtext sample */
input signal TEST_IN
output signal TEST_OUT
state START
set
TEST_IN
=
true
end
state
END
if
TEST_IN
==
true
goto
END
end