We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
using Nemerle; using System; using System.Console; def data = ["Cats", "Dogs", "Mice", "Elephants"]; data.Iter(x => WriteLine($"item: $x"))
item: Cats item: Dogs item: Mice item: Elephants
[Copyright ©](Terms of use, legal notice)