diff options
Diffstat (limited to 'x.awk')
-rw-r--r-- | x.awk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ BEGIN { a = 5 ; print typeof(a) print typeof(b) - print typeof(b) + print typeof(@/foo/) c = "foo" ; print typeof(c) d[1] = 1 ; print typeof(d), typeof(d[1]) e = @/foo/ ; print typeof(e) |