An Angels Departing

BequestDeCendres::Maisettelingua.shikashi

This is the function for Japanese "BUT THAT" logic that refers to a specific nouns and adjectives, specifically that contrast with what was specified previously.

def shikashi(x, y)
  if x == ""
    puts "X is not provided."

    abort
  end
  
  if y == ""
    puts "X is not provided."

    abort
  end

  $but_that = x, y
  
  "Shikashi #{a} wa #{b}."
end
  sore("inu", "Aka")