![]() |
От: | vaa | https://www.youtube.com/playlist?list=PLtrvASfI1KW7VOYRKjglcagQzWLoxlncl |
Дата: | 20.01.22 08:02 | ||
Оценка: |
foreach(c when (c < 'J') in ['A' .. 'Z']) {
WriteLine(c);
}
I Unhandled exception. Nemerle.Core.MatchFailureException: Exception of type 'Nemerle.Core.MatchFailureException' was thrown. at main.Main()
foreach(e in [1 .. 10] with i) { // <= typing fails on finding the operator ..(int, int)
WriteLine(i + " " + e);
}