mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
Fix typo in (chibi app) example.
Backslash needed escaping.
This commit is contained in:
parent
78a990c73b
commit
619f63fb5e
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
||||||
;;> "Zookeeper Application"
|
;;> "Zookeeper Application"
|
||||||
;;> (@
|
;;> (@
|
||||||
;;> (animals (list symbol) "list of animals to act on (default all)")
|
;;> (animals (list symbol) "list of animals to act on (default all)")
|
||||||
;;> (lions boolean (#\l) "also apply the action to lions"))
|
;;> (lions boolean (#\\l) "also apply the action to lions"))
|
||||||
;;> (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 ...))
|
||||||
|
|
Loading…
Add table
Reference in a new issue