Open GoogleCodeExporter opened 9 years ago
I hadn't gotten around to allowing instructions within instructions due to some
technical complexities. I can take a look to see what it will take an provide an
estimate.
Original comment by fiddlerpianist@gmail.com
on 29 Mar 2010 at 4:32
To solve your instruction-within-instruction problem, try this:
Directions {
UseNeedle 'needle-size8Circular'
CastOn 25 sts
Instruction 'garter-st' {
Row: k to end
}
Repeat 'garter-st' for 19 additionalTimes
Instruction 'double-drop-pattern' {
Row 1: K1, repeat to end { yo, yo, k1 }
Row 2: K1, repeat to end { drop, drop, k1 } // see issue #5, this line fails
because its not in the library
Row 3-8: k to end
}
Repeat 'double-drop-pattern' for 20 additionalTimes
NextRow: BindOff all sts
}
Original comment by fiddlerpianist@gmail.com
on 29 Mar 2010 at 4:37
My apologies... the syntax is actually:
Row [3,4,5,6,7,8]: k to end
Original comment by fiddlerpianist@gmail.com
on 29 Mar 2010 at 8:00
Original comment by fiddlerpianist@gmail.com
on 4 Nov 2011 at 4:24
Original issue reported on code.google.com by
jessica.sant
on 19 Mar 2010 at 12:59