Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 524 Bytes

File metadata and controls

30 lines (19 loc) · 524 Bytes

Last

With the function :aimmsLast you can retrieve the last element from a set.

Last(
       Set,             ! (input) set reference
    )

Arguments

Set

The set from which the last element is to be returned.

Return Value

The function Last returns the last element of set Set.

Note

If there is no element in Set, the function returns the empty element '' instead.