Hello, Guest the thread was viewed889 times and contains 2 replies

last post from Snoopy at the

Lines and Dots in For Next statement

  • Hi Everyone,

    Newbie question: I am new to the MEGA65 and started to play with it's BASIC in XEMU.

    I was drawing multiple lines with changing colours which was working properly.

    Having two rows of drawing lines (with different start point) in the same FOR-NEXT works as well.

    The same was working properly for dots.

    But when I try to draw both lines and dots in the same FOR-NEXT statement it seems to crash after drawing only a few dots and lines.

    Can it be a bug of the emulator or is it in my code/is there any restriction that I don't know of?