Sha256: f9ec34d45adc970eda5a68f7b5c2151992c5bd92c986e31a113ffe750c043c71

Contents?: true

Size: 381 Bytes

Versions: 3

Compression:

Stored size: 381 Bytes

Contents

# pops the top item of the +:float+ stack and the +:name+ stack;
# if the name string is not a bound variable (as opposed to a local name),
# it binds the name to the +:float+ ValuePoint
#
# *needs:* 1 +:float+, 1 +:name+
#
# *pushes:* nothing
#

class FloatDefineInstruction < Instruction
  include DefineInstruction
  def initialize(context)
    super(context, :float)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nudge-0.2.9 lib/instructions/float/float_define.rb
nudge-0.2.8 lib/instructions/float/float_define.rb
nudge-0.2.7 lib/instructions/float/float_define.rb