<||= importPartial "components/head.html" ||> <||= importPartial "components/navbar.html" ||>
<||= importPartial "components/sidebar.html" ||>
<||= importPartial "components/breadcrumbs.html" ||>

<||= capitalize last chop pagePath ||>

<||= dsc: W\description set dsc 0 to :char lower to :string dsc\0 dsc ||>


<|| functionCount: 0 predicateCount: 0 constantCount: 0 loop sort keys get pageTree\documentation\library last chop pagePath 'fff [ fun: replace replace fff "_" "" "-" "?" if? :function = type var fun [ if? `?` = last fun [ predicateCount: predicateCount + 1 ] else [ functionCount: functionCount + 1 ] ] else [ constantCount: constantCount + 1 ] ] ||> <||= if functionCount > 0 [ ||>

Functions

    <||= loop sort keys get pageTree\documentation\library last chop pagePath 'fff [ fun: replace replace fff "_" "" "-" "?" ||> <|| if and? :function = type var fun `?` <> last fun [ ||>
  • <||= fun ||>
  • <|| ] ||> <||]||>
<|| ] ||> <||= if predicateCount > 0 [ ||>

Predicates

    <||= loop sort keys get pageTree\documentation\library last chop pagePath 'fff [ fun: replace replace fff "_" "" "-" "?" ||> <|| if and? :function = type var fun `?` = last fun [ ||>
  • <||= fun ||>
  • <|| ] ||> <||]||>
<|| ] ||> <||= if constantCount > 0 [ ||>

Constants

    <||= loop sort keys get pageTree\documentation\library last chop pagePath 'fff [ fun: replace replace fff "_" "" "-" "?" ||> <|| if :function <> type var fun [ ||>
  • <||= fun ||>
  • <|| ] ||> <||]||>
<|| ] ||>
<||= importPartial "components/foot.html" ||>