(Guess I'll try to help?) There are symbols constantly used to make the program faster or shorter: : ↑ Treated as "new line", easier to know what before this symbol does. Example→ PRINT "Ding Dong!": BEEP 5 ? ↑ Faster alternative to PRINT code. A little harder to use for beginner. Example. ((Instead of ___PRINT "Hello!"___, use it as ___? "Hello!" )) you can add more if ya like