You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Welcome to Scala3.1.2-RC1 (1.8.0_292, JavaOpenJDK64-BitServerVM).
Type in expressions for evaluation. Ortry:help.
scala>:settings -source:future
scala>for (a, b) <-List("a","b","c").lazyZip(List(1,2,3)) do println(s"$a$b")
Output
-- [E086] SyntaxError:--------------------------------------------------------1|for (a, b) <-List("a","b","c").lazyZip(List(1,2,3)) do println(s"$a$b")
|^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^|Wrong number of parameters, expected: 21 error found