string << case [@special.sticky?, @other.execute?]
                  when [true, true]
                    @other.to_s[0..1] << 't'
                  when [true, false]
                    @other.to_s[0..1] << 'T'