A lightweight programming environment for desktop and mobile devices
run_button = function(x, y)
	styled_button('run', x,y, press_run_button, not Is_mobile and Show_code and 'F1')
	local w = Font:getWidth('run')+10
	return x+w+10, y
end