一覧内の最初の項目を返します。一覧が空の場合、NoValue が返されます。
first ( list As List ) As Any
Intent >first({5, 3, 6}) --> 5
Intent >first({}) --> NoValue