Added AutoIt Caml and NewtonScript
This commit is contained in:
1
a/audoit.au3
Normal file
1
a/audoit.au3
Normal file
@@ -0,0 +1 @@
|
||||
MsgBox(0, "Message Box", "Hello World!")
|
||||
15
n/newtonscript.nwt
Normal file
15
n/newtonscript.nwt
Normal file
@@ -0,0 +1,15 @@
|
||||
baseview :=
|
||||
{viewBounds: {left: -3, top: 71, right: 138, bottom: 137},
|
||||
viewFlags: 581,
|
||||
declareSelf: 'base,
|
||||
_proto: protoFloatNGo,
|
||||
debug: "baseview"
|
||||
};
|
||||
|
||||
textview := * child of baseview *
|
||||
{text: "Hello World!",
|
||||
viewBounds: {left: 33, top: 24, right: 113, bottom: 46},
|
||||
viewFlags: 579,
|
||||
_proto: protoStaticText,
|
||||
debug: "textview"
|
||||
};
|
||||
Reference in New Issue
Block a user