View difference between Paste ID: iarJ35zf and tSabrXfn
SHOW: | | - or go back to the newest paste.
1
update = true
2
function getU()
3
  return update
4
end
5
function setU(v)
6
  update = v
7
end
8
function upd()
9
  update = true
10
end
11
function terminate()
12
  update = "terminate"
13
end