hello| set 0 -> x| do [ do print| set variable x+1 -> x| ] until variable x = 10| goodbye|