Amiss

The amiss N operation pulls on needle N without changing the loops on it. This is sometimes used in advanced patterns to distribute slack and/or allow needles or sinkers to get a better grip on the yarns.

In knitout, amiss is a synonym for tuck without any yarns.

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

;title: Amiss (raw knitout)
; Amiss pulls on the loops on a needle without dropping them.

x-loop-in + f2 1

; amiss pulls on a needle without changing the loops:
amiss f2

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

;title: Amiss (raw knitout)
; Amiss pulls on the loops on a needle without dropping them.

x-loop-in + f2 1

; amiss pulls on a needle without changing the loops:
amiss f2

x-loop-out f2