blob: ae89ff448e9429de420cdc6d30910ab695e81142 (
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
|