assocs, math.bitwise: remove first blank line and useless whitespace in a few usage examples
parent
5cad80fdc9
commit
8d2ceda8f3
|
@ -57,7 +57,7 @@ HELP: bit-clear?
|
||||||
"HEX: ff 8 bit-clear? ."
|
"HEX: ff 8 bit-clear? ."
|
||||||
"t"
|
"t"
|
||||||
}
|
}
|
||||||
{ $example "" "USING: math.bitwise prettyprint ;"
|
{ $example "USING: math.bitwise prettyprint ;"
|
||||||
"HEX: ff 7 bit-clear? ."
|
"HEX: ff 7 bit-clear? ."
|
||||||
"f"
|
"f"
|
||||||
}
|
}
|
||||||
|
|
|
@ -495,7 +495,7 @@ HELP: zip
|
||||||
{ "alist" "an array of key/value pairs" } }
|
{ "alist" "an array of key/value pairs" } }
|
||||||
{ $description "Combines two sequences pairwise into a single sequence of key/value pairs." }
|
{ $description "Combines two sequences pairwise into a single sequence of key/value pairs." }
|
||||||
{ $examples
|
{ $examples
|
||||||
{ $example "" "USING: prettyprint assocs ;"
|
{ $example "USING: prettyprint assocs ;"
|
||||||
"{ 1 2 3 } { 4 5 6 } zip ."
|
"{ 1 2 3 } { 4 5 6 } zip ."
|
||||||
"{ { 1 4 } { 2 5 } { 3 6 } }"
|
"{ { 1 4 } { 2 5 } { 3 6 } }"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue