char ch_arr[3][10] = { "uno", "dos" "tres" };
# let ch_arr = [ "uno"; "dos" "tres"; ];; Error: This expression has type string This is not a function; it cannot be applied.