class Pione::Lang::OutputDeclaration
OutputDeclaration
is a declaration for output condition sentences.
Public Instance Methods
eval(env)
click to toggle source
Append the output condition to the current definition.
# File lib/pione/lang/declaration.rb, line 221 def eval(env) env.current_definition.outputs << expr end