list の最後の要素を返します。 list が空の場合、 NoValue が返されます。
last ( list As List ) As Any
Intent >last({ "a", "b", "c", "d"}) --> "d"
Intent >last({}) --> NoValue