# File basiclibrary.rb, line 253
  def [](key)
    key = key.to_sym unless key.is_a?(Symbol)
    @table[key]
  end