Monday, October 24, 2022

❇ CIRCLE: Pen position after the statement

In Today's version of BASIC Anywhere Machine:

The CIRCLE statement, upon completion, sets the pen position (i.e. the X and Y coordinates) to the centre coordinates of the drawn CIRCLE.

Before today's change, the CIRCLE statement, although positioning the centre of the circle as expected,  did not adjust the pen position.

No comments:

Post a Comment

📚 Simulating OOP Methods in BAM Using GOSUB

BASIC Anywhere Machine's GOSUB implementation allows using numeric expressions for dynamic line numbers or using string expressions for ...