mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 03:36:36 +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
|
||||
;;> (feed "feed the animals" () (,feed animals ...))
|
||||
;;> (wash "wash the animals" (@ (soap boolean)) (,wash animals ...))
|
||||
;;> (help "print help" (,app-help-command)))
|
||||
;;> (help "print help" (,app-help-command))))
|
||||
;;> (command-line)
|
||||
;;> (conf-load (string-append (get-environment-variable "HOME") "/.zoo")))
|
||||
;;> }
|
||||
|
|
Loading…
Add table
Reference in a new issue