copied stash over
This commit is contained in:
5
lib/vool/while_statement.rb
Normal file
5
lib/vool/while_statement.rb
Normal file
@ -0,0 +1,5 @@
|
||||
module Vool
|
||||
class WhileStatement < Statement
|
||||
attr_accessor :branch_type , :condition , :statements
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user