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