lib/instructions/name/name_equal_q.rb in nudge-0.2.6 vs lib/instructions/name/name_equal_q.rb in nudge-0.2.7
- old
+ new
@@ -1,4 +1,12 @@
+# pops the top 2 items of the +:name+ stack;
+# pushes a new ValuePoint onto the +:bool+ stack, with value +true+ if the names are identical
+#
+# *needs:* 2 +:name+
+#
+# *pushes:* 1 +:bool+
+#
+
class NameEqualQInstruction < Instruction
def preconditions?
needs :name, 2
end
def setup