# File lib/core/facets/kernel/callstack.rb, line 47
  def callstack(level=1)
    eval( "callstack( #{level} )" )
  end