Sign in
eclipse
/
efxclipse
/
org.eclipse.efxclipse
/
refs/heads/master
/
.
/
demos
/
org.eclipse.fx.xtext.sample.editor
/
src
/
StateSample.state
blob: 051a75c2962c301e0cfb1ffff28d435da38319af [
file
] [
log
] [
blame
]
/* 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