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