prog.nem:11:12:11:20: error: cannot find the operator `..' on int and int
prog.nem:12:28:12:35: error: needed a writable location for assignment target, got a function call to an operator reference, which is read-only
prog.nem:12:25:12:27: error: expected void, got bool in matched value: the types bool and void are not compatible [simple unify]
prog.nem:13:1:13:14: error: there is no member named `reverse' in list[System.Object+] with type ?
prog.nem:16:11:16:22: error: each overload has an error during call:
prog.nem:16:11:16:22: error: overload #1, method System.String.Join(separator : string, value : array [string]) : string
prog.nem:16:11:16:22: error: in argument #2 (value) of string.Join, needed a array [string], got list[System.Object+]: list[System.Object+] is not a subtype of array [string] [simple require]
prog.nem:16:11:16:22: error: overload #2, method System.String.Join(separator : string, value : array [string], startIndex : int, count : int) : string
prog.nem:16:11:16:22: error: wrong number of parameters in call, needed 4, got 2