# this is not a "normal" ruby file, ie it is not required by salama
# instead it is parsed by salama to define part of the salama that runs
class Array < BaseObject
def initialize size
end
def at(index)
def set(index , value)