OLE automation: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
m (→‎{{header|Wren}}: Changed to Wren S/H)
 
Line 227: Line 227:
{{works with|Windows 10}}
{{works with|Windows 10}}
An embedded application with a Go host so we can use the Go OLE library.
An embedded application with a Go host so we can use the Go OLE library.
<syntaxhighlight lang="ecmascript">/* OLE_automation.wren */
<syntaxhighlight lang="wren">/* OLE_automation.wren */


class Ole {
class Ole {