on startup
  put 15 into num
  if num > 6 then
    put "bigger" into stdOut
  else put "smaller" into stdOut
  put stdOut
end startup
