1 ! Copyright (C) 2008 Jean-François Bigot.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: help.markup help.syntax kernel quotations sequences ;
6 ! HELP: deep-cleave-quots
11 ! { $description "A word to build a soquence from a sequence of quotation" }
14 ! "It is useful to build matrix"
15 ! { $example "USING: math math.trig ; "
17 ! " { { [ cos ] [ sin neg ] 0 } "
18 ! " { [ sin ] [ cos ] 0 } "
20 ! " } deep-cleave-quots "
27 ARTICLE: "4DNav.deep" "4DNav.deep"
28 { $vocab-link "4DNav.deep" }