INT avariable = 0: -- declaring one variable SEQ PAR replicate = 3+4 FOR 6+3 SEQ PAR avariable := 25 -- assignment to first variable anothervariable := avariable + 15 -- assignment to undeclared variable