6 lines
90 B
Ruby
6 lines
90 B
Ruby
|
module Vool
|
||
|
class ReturnStatement < Statement
|
||
|
attr_accessor :return_value
|
||
|
end
|
||
|
end
|