Created
May 5, 2009 08:44
-
-
Save DasLampe/106899 to your computer and use it in GitHub Desktop.
Example for stupid pupil
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
i := 0 | |
repat | |
ed_display := IntToStr(i - (y div 3); | |
lb_demo[i - (y div 3) = lb_demo2[i] | |
until i >= x; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment