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