• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
Line 471: Line 471:  
   local x = a[sort](a)
 
   local x = a[sort](a)
 
   local y = b[sort](b)
 
   local y = b[sort](b)
 +
  if x == nil then return true end
 +
  if y == nil then return false end
 
   if x < y then return true end
 
   if x < y then return true end
 
   if x > y then return false end
 
   if x > y then return false end
1,023

edits

Navigation menu