#pragma indentusing System.Console;using Nemerle.Collections; def a=[12,13];def b=List.Map(a, _.ToString());WriteLine(b);WriteLine(a);
Standard input is empty
[12, 13] [12, 13]
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!