A lightweight programming environment for desktop and mobile devices
hide_code_button = function(x, y, r)
	return overflowable_button('hide', x, y, r, press_hide_button, nil, not Is_mobile and 'F3')
end