class Build::Environment

def [](key)

def [](key)
	environment = lookup(key)
	
	environment ? environment.values[key] : nil
end