sort-column ( -- column ) (original) (raw)

sort-column ( -- column )

Vocabulary
http.server.static

Inputs
None

Outputs

column an object

Definition

USING: assocs http.server kernel namespaces ;

IN: http.server.static

: sort-column ( -- column ) params get "C" of "N" or ;