// Let's split a method defintition into five lines:
(int) draw
string <string s>
range <range r>
with color <color c>
to position <position p>
// Note! Do not indent until the method body starts.
if s == "Hello, World!"
// ...
// ...