i-1 から 0 まで降順に整数値によって設定された list 長いエントリを作成します。
makeLargeList ( i As Integer ) As List
Intent >makeLargeList(4) --> {3, 2, 1, 0}
Intent >makeLargeList(0) --> {}