forked from mtcontrib/pdisc
allow discarding the return values of instructions
M faden.lua M standardbefehlssatz.lua M util/standartbefehlssatz_doc.lua
This commit is contained in:
@ -62,7 +62,7 @@ o = o .. "\n\nInstructions:\n\n"
|
||||
for i = 1,#instr do
|
||||
i = instr[i]
|
||||
o = o .. i[1] .. " " .. i[2] .. "\n"
|
||||
.. " " .. i[3] .. "\n\n"
|
||||
.. " " .. i[3] .. "\n\n" -- TODO: max 80 letters each line
|
||||
end
|
||||
|
||||
print(o)
|
||||
|
Reference in New Issue
Block a user