0023: Unexpected instruction
var <variable>: <type>var
<variable>: <type>
endFOR <loop variable> = <initial value> TO/DOWNTO <final value> [step = 1]
<the loop body>
ENDLast updated
var <variable>: <type>var
<variable>: <type>
endFOR <loop variable> = <initial value> TO/DOWNTO <final value> [step = 1]
<the loop body>
ENDLast updated