USING: help inspector parser prettyprint ; ARTICLE: "handbook" "Factor documentation" { $heading "Quick start" } "Factor is a dynamically-typed stack based language." $terpri "Factor is an interactive language, and you are encouraged to experiment with it by entering expressions in the listener. If you are reading this from the Factor UI, you can click on code examples in the documentation to try them out:" { $code "\"Hello, world.\" print" } { $heading "Reference documentation" } { $subsection "changes" } { $subsection "quickref" } { $subsection "tools" } { $subsection "syntax" } { $subsection "dataflow" } { $subsection "words" } { $subsection "objects" } { $subsection "math" } { $subsection "collections" } { $subsection "streams" } { $subsection "parser" } { $subsection "prettyprint" } { $subsection "alien" } ;