This demo was constructed on the public forum, with input from several members. The spirit of sharing in the community benefits everyone! The demo also shows how the creation of structured code that is self-documented makes it easy for others to read, understand, and modify a program.
Liberty BASIC 4
We'll be seeing a lot more code that is specific to LB 4 now that it has been released officially. This program makes good use of the ability to declare global variables, and the ability to give names to drawing segments when FLUSHing them.
Thanks to all who participated for giving their permission to include this demo in the issue.
Stopwatch for Liberty BASIC 4!
Originally published in NL #116by Bill Beasley -
Stopwatch for Liberty BASIC 4! | Community | Liberty BASIC 4 | The Code
Community
This demo was constructed on the public forum, with input from several members. The spirit of sharing in the community benefits everyone! The demo also shows how the creation of structured code that is self-documented makes it easy for others to read, understand, and modify a program.
Liberty BASIC 4
We'll be seeing a lot more code that is specific to LB 4 now that it has been released officially. This program makes good use of the ability to declare global variables, and the ability to give names to drawing segments when FLUSHing them.
Thanks to all who participated for giving their permission to include this demo in the issue.
The Code