ESPlorer icon indicating copy to clipboard operation
ESPlorer copied to clipboard

Issue with saving files with block comments

Open urmilparikh opened this issue 9 years ago • 2 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.

urmilparikh avatar Apr 18 '15 07:04 urmilparikh

switch the ESPlorer into "Turbo Mode". Then code will no longer be uploaded via w([[code]])

RoboDurden avatar May 05 '15 11:05 RoboDurden

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.

stale[bot] avatar Aug 23 '20 17:08 stale[bot]