/
niceSOFT
/
gawk
Обзор
Документация
Войти
/
niceSOFT
/
gawk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/typeof3.awk
19 строк
259 B
Arnold D. Robbins
Squashed commit of the following:
08 июл 2022, 10:00
08 июл 2022, 10:00
d2e694a
Код
Авторство
О чём код?
BEGIN { x = @/xx/ print typeof(x) print x } # this set may not really be needed for the test BEGIN { x = 4 print typeof(@/xxx/) print typeof(3) print x } BEGIN { print typeof(x) print typeof(a[1]) a[1][2] # this used to fatal, it no longer does }