Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2040-standardlibrary-generic-cstack-cstackpop.md
T

13 lines
122 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Pop
Returns the head element and removes it from a stack.
```
T Pop();
```
Return Value
Returns the head element.