-Lua Console | Version: 1/5/2017
-Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio
-LuaConsole Copyright MIT (C) 2017 Hydroque
-
-Supports Lua5.3, Lua5.2, Lua5.1
-
- - Files executed by passing
- - Global variable defintions
- - Dynamic module loading
- - PUC-Lua compatibility support
- - Working directory support
- - Built in stack-dump
- - Console clearing
-
-Usage: lua.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-c] [-Dvar=val]
-[-Lfilepath.lua] [-b[a,b,c]] [-?] [-n]{parameter1 ...}
-
--v Prints the Lua version in use
--e Prevents lua core libraries from loading
--s Issues a new root path
--p Has console post exist after script in line by line mode
--a Disables the additions
--c No copyright on init
--d Defines a global variable as value after '='
--l Executes a module before specified script
--b[a,b,c] Load parameters arg differently. a=before passed -l's, b=give p
-assed -l's a tuple, c=give passed file a tuple
--n Start of parameter section
--? Displays this help message
-
-Lua Console | Version: 1/5/2017
+Lua Console | Version: 1/6/2017
Lua 5.3.4 Copyright (C) 1994-2017 Lua.org, PUC-Rio
LuaConsole Copyright MIT (C) 2017 Hydroque
-
-Supports Lua5.3, Lua5.2, Lua5.1
-
- - Line by Line interpretation
- - Files executed by passing
- - Global variable defintions
- - Dynamic module loading
- - PUC-Lua compatibility support
- - Working directory support
- - Built in stack-dump
- - Console clearing
-
-Usage: lua.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-c] [-Dvar=val]
-[-Lfilepath.lua] [-b[a,b,c]] [-?] [-n]{parameter1 ...}
-
--v Prints the Lua version in use
--e Prevents lua core libraries from loading
--s Issues a new root path
--p Has console post exist after script in line by line mode
--a Disables the additions
--c No copyright on init
--d Defines a global variable as value after '='
--l Executes a module before specified script or post-exist
--b[a,b,c] Load parameters arg differently. a=before passed -l's, b=give p
-assed -l's a tuple, c=give passed file a tuple
--n Start of parameter section
--? Displays this help message
+
+Supports Lua5.3, Lua5.2, Lua5.1
+
+ - Files executed by passing
+ - Global variable defintions
+ - PUC-Lua and LuaJIT compatible
+ - Dynamic module loading
+ - Built-in stack-dump
+ - Line by Line interpretation
+
+Usage: luaw.exe [FILE_PATH] [-v] [-e] [-s START_PATH] [-p] [-a] [-c]
+ [-Dvar=val] [-Lfilepath.lua] [-b[a,b,c]] [-?] [-n]{parameter1 ...}
+
+-v Prints the Lua version in use
+-e Prevents lua core libraries from loading
+-s Issues a new root path
+-p Has console post exist after script in line by line mode
+-c No copyright on init
+-d Defines a global variable as value after '='
+-l Executes a module before specified script or post-exist
+-b[a,b,c] Load parameters arg differently. a=before passed -l's,
+ b=give passed -l's a tuple, c=give passed file a tuple
+-n Start of parameter section
+-? Displays this help message