mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-19 05:39:18 +02:00
escape backslash
This commit is contained in:
parent
9010b2c5be
commit
2161f0df6e
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@
|
||||||
;;> `(ls
|
;;> `(ls
|
||||||
;;> "list directory contents"
|
;;> "list directory contents"
|
||||||
;;> (@
|
;;> (@
|
||||||
;;> (long boolean (#\l) "use a long listing format")
|
;;> (long boolean (#\\l) "use a long listing format")
|
||||||
;;> (all boolean (#\a) "do not ignore entries starting with ."))
|
;;> (all boolean (#\\a) "do not ignore entries starting with ."))
|
||||||
;;> (,ls files ...))
|
;;> (,ls files ...))
|
||||||
;;> (command-line))
|
;;> (command-line))
|
||||||
;;> }
|
;;> }
|
||||||
|
|
Loading…
Add table
Reference in a new issue