aboutsummaryrefslogtreecommitdiffstats
path: root/examples/effects-concept.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/effects-concept.lisp')
-rw-r--r--examples/effects-concept.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/effects-concept.lisp b/examples/effects-concept.lisp
index 0bde72f..5ea90d7 100644
--- a/examples/effects-concept.lisp
+++ b/examples/effects-concept.lisp
@@ -1,7 +1,7 @@
; FUNCTIONS
-(let prompt-input (\[]
- (let p "> ")
+(let! prompt-input (\[]
+ (let! p "> ")
(do get-user-input "prompted" p)))
; SIGNAL HANDLERS