;!knitout-2
;;Machine: Kniterate
;;Carriers: 1 2 3 4 5 6

;title: Knit (raw knitout)
; Knit pulls a loop of yarn back-to-front (or front-to-back, in the case of a back-bed knit) through an existing loop and drops the loop.

x-loop-in + f2 1
x-loop-in + f6 2
x-yarn-in + f2 3
x-yarn-in + f4 4

; knitting pulls a loop of new yarn through the loops on a needle and drops those loops:
knit + f2 3

; knitting on an empty needle is the same as tucking that needle:
knit + f4 4

; knitting with no yarns (also called [[drop]]) drops the loops on the needle:
knit + f6

x-yarn-out + f2 3
x-yarn-out + f4 4
x-loop-out f2
x-loop-out f4
