Christmas Challenge 2024
************************

Author: BeebMaster (www.BeebMaster.co.uk)

System: BBC Micro & Master 128

Language: BBC BASIC (BASIC 4r32 used)

Length of code: 73 bytes tokenised BBC BASIC,  bytes text

How to run: Done on real hardware

Description: uses a single loop to print the main present box, determining whether to print the horizontal or vertical lines by using the loop counter number and a boolean test to set a variable which will be used to calculate the additional ASCII value of the characters required for the horizontal lines. By avoiding IF using this method, the program can be made as a one-liner.

24/xii/2024
