class Word < Data8 def putstring X.putstring end end class Space def main(arg) return "Hello-there".putstring end end