Added files to debug acoss ps

This commit is contained in:
2022-04-03 22:40:33 +02:00
parent 63a5efae3c
commit 521e412db2
6 changed files with 18 additions and 4 deletions

View File

@@ -2,6 +2,8 @@
func my_func(a, b, c, d, e, f, g, h) begin
var i, j, k, l, m
i := --i
i := a + b + d
if i = f then begin

View File

@@ -1,4 +1,7 @@
// Checking symbol shadowing
var a
func shadow() begin
var a, b
a := 1