diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-06 15:40:52 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-12-06 15:40:52 +0200 |
| commit | e73ad00f44479e3065ccf12d07ca3ae22ca1f3f0 (patch) | |
| tree | 628c4957a9e53815d1ccf49f87a1002ccc059ac6 /examples/effects-concept.milch | |
| parent | 21ee11d3df3000a77d5b36d3c7e0a18d9a07d599 (diff) | |
Remove ! from end of builtin top-level functions
Diffstat (limited to 'examples/effects-concept.milch')
| -rw-r--r-- | examples/effects-concept.milch | 4 |
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 |
