Revision 24c6f3345aa396bfad69b2fe7f221c7fd944de10 authored by pahihu on 19 January 2020, 09:24:43 UTC, committed by pahihu on 19 January 2020, 09:24:43 UTC
1 parent 7efa985
Raw File
pon
;;; -*- logo -*-

to pon :names
ignore error
catch "error [po namelist :names]
local "err
make "err error
if not emptyp :err [(throw "error first bf :err)]
end

bury "pon
back to top