;!knitout-2
;;Machine: SWGN2
;;Carriers: 1 2 3 4 5 6 7 8 9 10

;title: Tuck (raw knitout)
; Tuck stacks a new loop of yarn behind (or in front of, in the case of a back-bed tuck) an existing loop.

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

; tucking adds a loop of yarn behind the loops already on a needle:
tuck + f2 3

; tucking on an empty needle creates a loop on that needle:
tuck + f4 4

; tucking with no yarns (also called [[amiss]]) doesn't do much:
tuck + f6

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