Module: CEML::Instructions::AskStmt0
- Defined in:
- lib/ceml/lang/tt/instructions.rb
Instance Method Summary collapse
Instance Method Details
#varname ⇒ Object
546 547 548 |
# File 'lib/ceml/lang/tt/instructions.rb', line 546 def varname elements[3] end |
#ws1 ⇒ Object
538 539 540 |
# File 'lib/ceml/lang/tt/instructions.rb', line 538 def ws1 elements[0] end |
#ws2 ⇒ Object
542 543 544 |
# File 'lib/ceml/lang/tt/instructions.rb', line 542 def ws2 elements[2] end |