// FIR_IDENTICAL fun length(s: String) = s.length fun lengthN(s: String?) = s?.length