dv

zv
 avatar
unknown
abap
3 years ago
187 B
7
Indexable
macro(500, "Exeta Res",  function()
  say(storage.ExetaText)
end)
addTextEdit("ExetaText", storage.ExetaText or "Exeta mas res", function(widget, text) 
storage.ExetaText = text
end)
Editor is loading...