ESPlorer
ESPlorer copied to clipboard
Issue with saving files with block comments
If I use block comments in my code, I get interpreter errors saying nesting of [[..]] is deprecated
.
Resultant file on ESP has all lines uncommented, which is wrong.
e.g.
print("this should print")
--[[
print("this should NOT print")
print("even this should not, since it is block comment")
--]]
print("this should also print")
Above code prints all the lines.
switch the ESPlorer into "Turbo Mode". Then code will no longer be uploaded via w([[code]])
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.