一覧から最初の n 項目を返します。
firstN ( list As List, _ n As Integer ) As List
Intent >firstN({ a, b, c, d, e, f}, 3) --> {a, b, c}