mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
Missing ) in code example
This commit is contained in:
parent
f4b0277d01
commit
cb63e9130c
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
||||||
;;> (or
|
;;> (or
|
||||||
;;> (feed "feed the animals" () (,feed animals ...))
|
;;> (feed "feed the animals" () (,feed animals ...))
|
||||||
;;> (wash "wash the animals" (@ (soap boolean)) (,wash animals ...))
|
;;> (wash "wash the animals" (@ (soap boolean)) (,wash animals ...))
|
||||||
;;> (help "print help" (,app-help-command)))
|
;;> (help "print help" (,app-help-command))))
|
||||||
;;> (command-line)
|
;;> (command-line)
|
||||||
;;> (conf-load (string-append (get-environment-variable "HOME") "/.zoo")))
|
;;> (conf-load (string-append (get-environment-variable "HOME") "/.zoo")))
|
||||||
;;> }
|
;;> }
|
||||||
|
|
Loading…
Add table
Reference in a new issue