lol
This commit is contained in:
parent
0992895e5c
commit
500d936c0f
10
R2H2.lua
10
R2H2.lua
@ -36,7 +36,7 @@ symbol_composite = {
|
||||
}
|
||||
|
||||
-- program start
|
||||
function convertToHeonian(text, ...)
|
||||
function convertToHeonian(text)
|
||||
local step = true -- this is set to false when a conclusion has been reached
|
||||
local transcribed = false
|
||||
local transcribed_text = ""
|
||||
@ -44,12 +44,8 @@ function convertToHeonian(text, ...)
|
||||
-- verbose?
|
||||
local debug = false
|
||||
|
||||
for _, v in pairs(arg) do
|
||||
if v == "-v"
|
||||
or v == "--verbose"
|
||||
then
|
||||
debug = true
|
||||
end
|
||||
for _, v in pairs(arg) do
|
||||
if v == "-v" or v == "--verbose" then debug = true end
|
||||
end
|
||||
|
||||
-- we check if it's necessary to check anything at all
|
||||
|
Loading…
Reference in New Issue
Block a user