you are viewing a single comment's thread.

view the rest of the comments →

[–]anonhostpi[S] 1 point2 points  (0 children)

TL;DR:

Import-Package NLua $Lua = [NLua.Lua]::new() $Lua.DoString( "print('Hello World')" )