case "1" : PenSize(1)
FB doesn't like the above code
Is there something missing after the 1?
Error:•• Comma expected; too few items in line 287 of StoryTeller.main
287: case "1" : PenSize(1)
^
Error:•• Bad case statement in line 287 of StoryTeller.main
287: case "1" : PenSize(1)
^
Brian