Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Both sides of keyboard displayed as well as the full line between B and C. The relevant line to increment the variable C which indicates when the full bar of the graphic string must be printed is as follows:c=1-((n=-1)+(n=4)+(n=11))*5 BBC basic uses -1 for TRUE, so it actually adds 5 when n=-1,4, or 11.
Both sides of keyboard displayed as well as the full line between B and C. The relevant line to increment the variable C which indicates when the full bar of the graphic string must be printed is as follows:c=1-((n=-1)+(n=4)+(n=11))*5 BBC basic uses -1 for TRUE, so it actually adds 5 when n=-1,4, or 11.
Both sides of keyboard displayed as well as the full line between B and C.