We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make-parameter
1 parent 168bf07 commit 9c495a5Copy full SHA for 9c495a5
main.rkt
@@ -3,7 +3,7 @@
3
(module+ main
4
(require racket/cmdline)
5
6
- (define who (parameter "world"))
+ (define who (make-parameter "world"))
7
(command-line
8
#:program "racket-project"
9
#:once-each
0 commit comments