This commit is contained in:
3
ase/cmd/awk/lang-003.awk
Normal file
3
ase/cmd/awk/lang-003.awk
Normal file
@ -0,0 +1,3 @@
|
||||
# should print 50
|
||||
function fn(f) { f = 20; }
|
||||
BEGIN { f = 50; fn(100); print f; }
|
Reference in New Issue
Block a user