An Angels Departing

BequestDeCendres::Maisettelingua.sore

Japanese contrastive flow

This is the function for Japanese THAT logic that refers to a specific nouns and adjectives.

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

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

    abort
  end

  $that = x, y
  
  "Sono #{a} wa #{b}."
end
  sore("inu", "kuro")