Keywords
Jock currently supports the following keywords:
let
: variable and function assignmentif
: boolean decisionelse
: boolean decision, other branchcrash
: end programassert
: positive assertionobject
: core with named armscompose
: compose subjectsloop
: loop start point, similar todo
/|-
defer
: unexecuted closure (trap/quote)recur
: loop recursion point, similar tocontinue
match
:switch
overtype
/Hoon?+
/?-
orcase
/Cswitch
, with_
as default caseeval
: evaluate raw Nockwith
: indicates predicate forcompose
this
:.
, the current subject
Last updated