Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2031-standardlibrary-generic-cstack-cstackadd.md
T

21 lines
249 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Add
Adds an element to the stack.
```
bool Add(
   T  value     // the value of the element
   );
```
Parameters
value
[in]  The value of the element to add.
Return Value
Returns true on successful, or false otherwise.