This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
NodeLua
mirror of
https://github.com/brettlangdon/NodeLua.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
5
Wiki
Activity
Browse Source
update example script
v0.1.x
Brett Langdon
13 years ago
parent
a9b7da16a1
commit
414bb0728b
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
example/example.js
+ 1
- 2
example/example.js
View File
@ -18,5 +18,4 @@ console.dir(lua.getGlobal('global_var'));
var
code
=
"print('Hello, Lua')"
;
lua
.
doString
(
code
)
;
lua
.
close
(
)
;
console
.
log
(
"Status: "
+
lua
.
status
(
)
)
;
Write
Preview
Loading…
Cancel
Save