Advertisement
LuaGamer

test

Aug 15th, 2016
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.19 KB | None | 0 0
  1. forms=require("forms")
  2. Form1=forms.addForm()
  3. Form1.border =2
  4. Button1=Form1:addButton(10,5,"Not",qwerty)
  5. forms.run(Form1)
  6. local function qwerty(Button1)
  7. forms.stop()
  8. print ("Not")
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement