# File Grammatiken.rb, line 102
        def <=>(anOther)
                return (@symbs.to_s <=> anOther.getSymbols.to_s)
        end