~ chicken-core (chicken-5) c113adeca726e59791848cb23cbcc6372c1941f7
commit c113adeca726e59791848cb23cbcc6372c1941f7 Author: Kon Lovett <konlovett@gmail.com> AuthorDate: Fri Apr 27 14:33:51 2012 -0700 Commit: Peter Bex <peter.bex@xs4all.nl> CommitDate: Sat Apr 28 16:44:40 2012 +0200 manual blob read syntax fix Signed-off-by: Peter Bex <peter.bex@xs4all.nl> diff --git a/manual/Non-standard read syntax b/manual/Non-standard read syntax index 1c439ca9..6fd2e97a 100644 --- a/manual/Non-standard read syntax +++ b/manual/Non-standard read syntax @@ -48,14 +48,14 @@ An abbreviation for {{(location EXPRESSION)}}. === Blob literals -<read>#{</read> +<read>#${</read> - #{ HEX ... } + #${ HEX ... } Syntax for literal "blobs" (byte-sequences). Expects hexadecimal digits and ignores any whitespace characters: - #;1> ,d '${deadbee f} + #;1> ,d '#${deadbee f} blob of size 4: 0: de ad be ef ....Trap