mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-20 22:29:16 +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
|
||||
;;> (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