/
githubmirror
/
gawk
Обзор
Документация
Войти
/
githubmirror
/
gawk
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/profile3.ok
14 строк
187 B
Arnold D. Robbins
Profile fix and test for it.
13 фев 2011, 20:56
13 фев 2011, 20:56
c160d41
Код
Авторство
О чём код?
# BEGIN block(s) BEGIN { 1 the_func = "p" 1 print @the_func("Hello") } # Functions, listed alphabetically 1 function p(str) { 1 print "! " str " !" }