class EleetScript::NilNode

Public Instance Methods

eval(context) click to toggle source
# File lib/lang/interpreter.rb, line 240
def eval(context)
  context.es_nil
end
value() click to toggle source
# File lib/lang/nodes.rb, line 65
def value
  nil
end