fx ruby send args
This commit is contained in:
@ -27,6 +27,9 @@ module Vool
|
||||
@statements << o
|
||||
self
|
||||
end
|
||||
def prepend(o)
|
||||
@statements = [o] + @statements
|
||||
end
|
||||
|
||||
# create mom instructions
|
||||
def to_mom( compiler )
|
||||
|
Reference in New Issue
Block a user