move the article down
parent
7d418ec3de
commit
6455b44d58
|
@ -1,13 +1,6 @@
|
||||||
USING: help.markup help.syntax sequences ;
|
USING: help.markup help.syntax sequences ;
|
||||||
IN: columns
|
IN: columns
|
||||||
|
|
||||||
ARTICLE: "columns" "Column sequences"
|
|
||||||
"A " { $emphasis "column" } " presents a column of a matrix represented as a sequence of rows:"
|
|
||||||
{ $subsection column }
|
|
||||||
{ $subsection <column> }
|
|
||||||
"A utility word:"
|
|
||||||
{ $subsection <flipped> } ;
|
|
||||||
|
|
||||||
HELP: column
|
HELP: column
|
||||||
{ $class-description "A virtual sequence which presents a fixed column of a matrix represented as a sequence of rows. New instances can be created by calling " { $link <column> } "." } ;
|
{ $class-description "A virtual sequence which presents a fixed column of a matrix represented as a sequence of rows. New instances can be created by calling " { $link <column> } "." } ;
|
||||||
|
|
||||||
|
@ -30,4 +23,11 @@ HELP: <flipped>
|
||||||
{ $description "Outputs a new virtual sequence which presents the transpose of " { $snippet "seq" } "." }
|
{ $description "Outputs a new virtual sequence which presents the transpose of " { $snippet "seq" } "." }
|
||||||
{ $notes "This is the virtual sequence equivalent of " { $link flip } "." } ;
|
{ $notes "This is the virtual sequence equivalent of " { $link flip } "." } ;
|
||||||
|
|
||||||
|
ARTICLE: "columns" "Column sequences"
|
||||||
|
"A " { $emphasis "column" } " presents a column of a matrix represented as a sequence of rows:"
|
||||||
|
{ $subsection column }
|
||||||
|
{ $subsection <column> }
|
||||||
|
"A utility word:"
|
||||||
|
{ $subsection <flipped> } ;
|
||||||
|
|
||||||
ABOUT: "columns"
|
ABOUT: "columns"
|
||||||
|
|
Loading…
Reference in New Issue