mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 11:46:37 +02:00
Merge pull request #582 from ekaitz-zarraga/patch-1
Missing ) in code example
This commit is contained in:
commit
c836311918
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