An Angels Departing

BequestDeCendres::Maisettelingua.matawa

This functions as the otherwise specifiers for the Japanese form of that-but that-otherwise, so that Matawa Float knows otherwise condition is being referred to.

def matawa(x, y, z, a)
  if x == ""
    puts "X is not provided."

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

    abort
  end

  if z == ""
    puts "Z is not provided."

    abort
  end
  
  if a == ""
    puts "A is not provided."

    abort
  end

  $otherwise     = x, a
  $otherwise_not = x, y, z
  
  "Matawa sono #{x} wa #{y} or #{z}, soretomo wa #{a}."
end
  matawa("inu", "kuro", "aka", "aku")