Stack.getFirst() - Mtax-Development/GML-OOP GitHub Wiki

Arguments

None.

Returns

{any|undefined}

Description

Return the top value of this Stack, which is the one that would be removed first. Returns {undefined} if this Stack does not exists or is empty.

⚠️ **GitHub.com Fallback** ⚠️