class Crystush::PushStacks
- Crystush::PushStacks
- Reference
- Object
Defined in:
crystush/push_stacks.crInstance Method Summary
- #boolean_stack : Array(Bool)
- #boolean_stack=(boolean_stack : Array(Bool))
- #code_stack : Array(String)
- #code_stack=(code_stack : Array(String))
- #exec_stack : Array(String)
- #exec_stack=(exec_stack : Array(String))
- #float_stack : Array(Float64)
- #float_stack=(float_stack : Array(Float64))
- #integer_stack : Array(Int32)
- #integer_stack=(integer_stack : Array(Int32))
- #to_s(io)