Example Programs

This will be a general repository for all kinds of Yabasic programs, ranging from small examples and utilities to games and larger applications. If you have a program that you would like to contribute, e-mail it to Thomas Larsen.

Example programs

  • euclidean.yab: Finds the largest common factor of two integers (the highest common factor, or “HCF”) using the Euclidean algorithm.
  • rot13.yab: Rotates each letter in a string of text by 13 places right.

Example programs for version 2.763 (and the 2.764 patch)

Tomaaz’ example programs