continuations, io.binary: add whitespace between '"' and '{ $snippet' in the documentation
parent
2373dc4b4f
commit
1aaa0409a1
|
@ -131,7 +131,7 @@ HELP: >continuation<
|
||||||
|
|
||||||
HELP: ifcc
|
HELP: ifcc
|
||||||
{ $values { "capture" { $quotation "( continuation -- )" } } { "restore" quotation } }
|
{ $values { "capture" { $quotation "( continuation -- )" } } { "restore" quotation } }
|
||||||
{ $description "Reifies a continuation from the point immediately after which this word returns, and passes it to " { $snippet "capture" } ". When the continuation is restored, execution resumes and "{ $snippet "restore" } " is called." } ;
|
{ $description "Reifies a continuation from the point immediately after which this word returns, and passes it to " { $snippet "capture" } ". When the continuation is restored, execution resumes and " { $snippet "restore" } " is called." } ;
|
||||||
|
|
||||||
{ callcc0 continue callcc1 continue-with ifcc } related-words
|
{ callcc0 continue callcc1 continue-with ifcc } related-words
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ ARTICLE: "stream-binary" "Working with binary data"
|
||||||
$nl
|
$nl
|
||||||
"There are two ways to order the bytes making up an integer; " { $emphasis "little endian" } " byte order outputs the least significant byte first, and the most significant byte last, whereas " { $emphasis "big endian" } " is the other way around."
|
"There are two ways to order the bytes making up an integer; " { $emphasis "little endian" } " byte order outputs the least significant byte first, and the most significant byte last, whereas " { $emphasis "big endian" } " is the other way around."
|
||||||
$nl
|
$nl
|
||||||
"Consider the hexadecimal integer "{ $snippet "HEX: cafebabe" } ". Little endian byte order yields the following sequence of bytes:"
|
"Consider the hexadecimal integer " { $snippet "HEX: cafebabe" } ". Little endian byte order yields the following sequence of bytes:"
|
||||||
{ $table
|
{ $table
|
||||||
{ "Byte:" "1" "2" "3" "4" }
|
{ "Byte:" "1" "2" "3" "4" }
|
||||||
{ "Value:" { $snippet "be" } { $snippet "ba" } { $snippet "fe" } { $snippet "ca" } }
|
{ "Value:" { $snippet "be" } { $snippet "ba" } { $snippet "fe" } { $snippet "ca" } }
|
||||||
|
|
Loading…
Reference in New Issue