macro
boot.janet on line 380 , column 1
(edefer form & body )
Run `form` after `body` in the case that body terminates abnormally
(an error or user signal 0-4 ). Otherwise , return last form in
`body` .