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

;title: Split (raw knitout)
; Split knits through the loops on an needle while transferring them to a separate needle.

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

; splitting pulls a loop through the loops on a needle while moving them to the other bed:
split + f2 b2 3

; splitting on an empty needle just creates a loop on that needle:
split + f4 b4 4

; splitting with no yarns (also called [[xfer]]) moves loops:
split + f6 b6

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