Sha256: a95073efc166fb29490522916a40635c986785f4e086a096d6502952f6aba679

Contents?: true

Size: 380 Bytes

Versions: 3

Compression:

Stored size: 380 Bytes

Contents

# pops the top item of the +:int+ 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 +:int+ ValuePoint
#
# *needs:* 1 +:int+, 1 +:name+
#
# *pushes:* nothing
#

class IntDefineInstruction < Instruction
  include DefineInstruction
  def initialize(context) #:nodoc:
    super(context, :int)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
nudge-0.2.9 lib/instructions/int/int_define.rb
nudge-0.2.8 lib/instructions/int/int_define.rb
nudge-0.2.7 lib/instructions/int/int_define.rb