Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
heegaiximephoomeeghahyaiseekh committed Oct 3, 2016
1 parent 1070b2e commit 29d846c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Also provided is `restart-labels`, which is a wrapper macro that allows you to s
before the body, which gains an implicit PROGN. The syntax mirrors that of CL's `labels` form:

(restart-labels
(foo () (format t "Invoked FOO.~%"))
(bar () (format t "Invoked BAR.~%"))
((foo () (format t "Invoked FOO.~%"))
(bar () (format t "Invoked BAR.~%")))
(format t "Starting body...~%")
(invoke-restart 'foo))

Expand Down

0 comments on commit 29d846c

Please sign in to comment.