i1 : firstFunction 1 o1 = Hello World!
i2 : firstFunction 0 o2 = D'oh!
-- ../../../M2/Macaulay2/packages/FirstPackage.m2:15 firstFunction ZZ := String => n -> if n == 1 then "Hello World!" else "D'oh!"