#!/usr/bin/ruby s = "apple" t = "appel" print "(s <=> t) = #{s <=> t}\n"