# What does a line without a command character do to your program? # It should be ignored like a comment # Get data for Kevin Bacon f kbacon.data # Get data for other actors and movies f other.data # List out the names of all actors t # list of the names of all movies v # list the Kevin Bacon's movies l Kevin Bacon # list the actors from Apollo 13 g Apollo 13 # List again using different cases L kevin BACON # List again using different spacing G Apollo 13 # Let's do some error checking 3 i + l No name actor hello there