*** empty log message ***
This commit is contained in:
6
ase/test/awk/t50.awk
Normal file
6
ase/test/awk/t50.awk
Normal file
@ -0,0 +1,6 @@
|
||||
BEGIN {
|
||||
two = 2; three = 3;
|
||||
print (two three) + 4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user