Tuck

Tuck, written tuck D N CS in knitout, adds a loop of yarn(s) from the carrier set CS in direction D onto any existing loops on needle N.

It is used to create new loops when casting on or increasing; in intarsia, short rows, and fairisle to attach yarns; in tuck laces to create stylish textures; and to secure yarn temporarily during bind offs.

Resources & References

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

;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](/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
;!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](/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