v input view count row count
First returns a view containing the first count rows of v.
set v [view A def {a b c}] view $v first 2 A 0a 1b
A 0a 1b