Method: SchemeNumbers#add1

Defined in:
lib/lisp/interpreter/core/numbers.rb

#add1(other) ⇒ Object



146
147
148
# File 'lib/lisp/interpreter/core/numbers.rb', line 146

def add1(other)
  (get_one_arg_function other) + 1
end