Browse Source

MODULE XevDemo3;

VAR i: INTEGER;

	PROCEDURE Do(VAR x: INTEGER);
	BEGIN
		x:=i+14;
	END Do;

BEGIN
	i:=4;
	Do(i)
END XevDemo3.
p.kushnir 10 years ago
parent
commit
9c9ab48c19
1 changed files with 0 additions and 0 deletions
  1. 0 0
      fw/XevDemo3.oxf

File diff suppressed because it is too large
+ 0 - 0
fw/XevDemo3.oxf


Some files were not shown because too many files changed in this diff