整数値から得られる i-1 から 0 まで降順に整数値を与えられた一覧 i 長のエントリを作成します。
makeLargeList ( i As Integer ) As List
Intent >makeLargeList(4) --> {3, 2, 1, 0}
Intent >makeLargeList(0) --> {}