Monday, January 22, 2024

🖥 FOR-NEXT: Random STEP values

Inspired by Richard Russell's post (and the related discussion) about BASIC dialects' ability to change the TO and the STEP values within FOR-NEXT blocks, I wrote this little program to demonstrate a trivial use case for random STEP values.

(See Richard Russell's post in the BASIC Programming Language group on Facebook.)




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 ...