Counter fix

db4
Slava Pestov 2008-09-29 17:15:03 -05:00
parent cdc39718fd
commit 011726f863
1 changed files with 1 additions and 2 deletions

View File

@ -27,8 +27,7 @@ M: counter-app init-session* drop 0 count sset ;
counter-app new-dispatcher
[ 1+ ] <counter-action> "inc" add-responder
[ 1- ] <counter-action> "dec" add-responder
<display-action> "" add-responder
<sessions> ;
<display-action> "" add-responder ;
! Deployment example
USING: db.sqlite furnace.alloy namespaces ;