Module: CEML::Instructions::AskStmt0

Defined in:
lib/ceml/lang/tt/instructions.rb

Instance Method Summary collapse

Instance Method Details

#varnameObject



546
547
548
# File 'lib/ceml/lang/tt/instructions.rb', line 546

def varname
  elements[3]
end

#ws1Object



538
539
540
# File 'lib/ceml/lang/tt/instructions.rb', line 538

def ws1
  elements[0]
end

#ws2Object



542
543
544
# File 'lib/ceml/lang/tt/instructions.rb', line 542

def ws2
  elements[2]
end