Test case R1008
Full test suiteDevice test case
Integer data types
This test case it part of the test suite proposed for new devices.
Test case ID: R1008
Language: ST
tests2/t1008.stPROGRAM T1001 VAR X1:INT; END_VAR X1 :=1; X1 := X1 + 2; _GEB_ASSERT_(X1 = 3); END_PROGRAM