prog.nem:17:10:17:21: error: each overload has an error during call:
prog.nem:17:10:17:21: error: overload #1, method System.String.Join(separator : string, value : array [string]) : string
prog.nem:17:10:17:21: error: in argument #2 (value) of string.Join, needed a array [string], got list[?]: list[?] is not a subtype of array [string] [simple require]
prog.nem:17:10:17:21: error: overload #2, method System.String.Join(separator : string, value : array [string], startIndex : int, count : int) : string
prog.nem:17:10:17:21: error: wrong number of parameters in call, needed 4, got 2