Push

스택에 요소를 추가.

bool Push(
    value     // 추가할 요소element to add
   );

매개변수

[in]  추가될 요소..

값 반환

성공하면 true를, 그렇지 않으면 false를 반환.