Author: Anders Carlsson System: Commodore VIC-20 Language: BASIC V2 (default) Source code ASCII: 181 characters (with control characters) Executable size: 146 characters (excluding 2 byte load address) Size after loading: 144 bytes Size after execution: 186 bytes How to run: 1. Start a VIC-20 emulator like xvic/VICE in unexpanded mode 2. Drop PRG file into the emulator 3. Program loads and autostarts The program first plots the top three characters, then draws three horizontal and three vertical lines. The variable K is used to detect where the plus signs should end up, essentially a MOD function.