Class: WAG::Then
- Inherits:
-
Object
- Object
- WAG::Then
- Includes:
- Encodable, Instructable
- Defined in:
- lib/wag/then.rb
Overview
Then is not an instruction, but a nested keyword.
Instance Method Summary collapse
Methods included from Encodable
Methods included from Instructable
#f32, #f64, #i32, #i64, #local, #memory
Instance Method Details
#to_sexpr ⇒ Object
9 10 11 |
# File 'lib/wag/then.rb', line 9 def to_sexpr :then end |