global

def signal(value)

def signal(value)
	self.value = value
	condition.signal
end