Skip to main content

Dumb question about comments

  • August 23, 2024
  • 1 reply
  • 131 views

Forum|alt.badge.img+5

Are comments processed by bots or are they ignored completely?

Why am I asking? When I debug a bot, I have to step over comment lines individually. If there are five comment lines in row, then it will be five step overs in the debugger. If I disable the comments, the debugger does not load them. One does not see them, and there is nothing to step over.

So, I have been wondering if the botrunner is the same. Is it looking at and stepping over each comment in a bot unless they are disabled? (Why are comments enabled or disabled?)

Just being curious here. -dvn

1 reply

M100147
Forum|alt.badge.img+1
  • Cadet | Tier 2
  • 1 reply
  • August 29, 2024

I have never seen a bot do anything with a comment line during a regular run.  If it recognizes it as a line, it just moves past it.