blob: dffee0e8502dabc4b31d84360ffde651ea6e362c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
Watchpoint 1: e
Starting program:
number
untyped
regexp
string
array number
Stopping in BEGIN ...
Watchpoint 1: e
Old value: untyped variable
New value: @/foo/
main() at `typeof1.awk':7
7 e = @/foo/ ; print typeof(e)
regexp
8 print typeof(@/bar/)
e = @/foo/
EXIT CODE: 2
|