10 For a = 0 to 255 : Rem Mainloop starts here
20 PokeB(53280,a) : Rem Change Border Color
21 PokeB(53281,255-a) : Rem Background color
30 Next a : Rem Mainloop ends here
I second the request and I am serious. It's no sillier than using a semicolon for comments instead of an apostrophe. It will improve compatability and take nothing away from PB.
Had the same thought, but can't think of a way that would do it. (Macros support - that is, ignore - embedded ";" comments so the obvious is out.) Any ideas? Not that I particularly want it, I'm just curious now how to do it via a macro.
I really don't miss REM it's much easier to use a single character for comments - although a REMSTART/REMEND system for blocks of comments would be handy.
~I see one problem with your reasoning: the fact is thats not a chicken~
Killswitch wrote:although a REMSTART/REMEND system for blocks of comments would be handy.
Yes!
Maybe ;< ;> or something!
I think Freak has many ideas for the IDE and this may be one of them (my opinion only, I haven't heard this) - but he had to draw a line somewhere so we actually got a v4 and some stuff was on the wrong side of the line.
Hopefully things like this will creep in as automatic updates or small 4.0x releases!
No. I was just joking arrount the last night. It was more an ironic feature request as I saw some C64 demos from breakpoint this weekend on demoscene.tv.
Indeed something like Remstart or Remend would be nice. but I would prefere the symbolic way and not keywords for start commenting and stopping it.