The Christmas Star Challenge (Compo) Author: Eric Le Bras Category: Christmas Challenge System: Apple II Language: Applesoft BASIC Len source code: 206 Len exe file: 108 Len code only: 108 Instructions: Install AppleWin, drag and drop the star.dsk file into it. Description: Clears the screen and draws the Christmas star. Consists of 2 embeded FOR loops. Each iteration 4 chars are printed on screen. Comments: The file star.dsk is a bootable disk image formatted in DOS 3.3. Upon boot it launches the STAR Applesoft BASIC program. Usefull commands include: CATALOG, LOAD STAR, LIST Included: - STAR.dump: the tokenized Applesoft BASIC program (as stored on the Apple DOS 3.3 disk). - STAR.bas: the source code (expanded from the tokenized program with AppleCommander).