78 byte Christmas Present in C64 Basic Author: Serato / Finnish Gold Category: Christmas Challenge System: C64 Language: C64 Basic V2 Len source code: 106 Len exe file: 80 Len code only: 78 Instructions: Load BOX.PRG into emulator Description: 12345678901234567890123456789012345678901234567890123456789012345678901234567890 The first line is printed directly, using SPC() to indent. The rest of the box is calculated implicitly by iterating X and Y from -9 to 9 and testing each for = 9 * SGN(). These boolean results are combined with boolean and math operators to form a result from 1-4. This selects a character using MID$("-+ !").