*** empty log message ***

This commit is contained in:
2006-05-09 15:58:16 +00:00
parent e56cebdff1
commit cb87b084ce
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,5 @@
BEGIN { i = 20; j = 0; }
{ i++; }
i % 2 { j++; }
/*"1","2" || "Yes" {}*/
/*END { i = i + 1234; j = j + 1234; }*/