# Comments start with hash marks. # Periods mark the end of a block. left_hand: if raining then umbrella else parasol. # To signal the beginning of the next expression, # use "then", or a newline. left_hand: if raining umbrella else parasol.