(function(m) { for (var i = 0; i < m.length; i++) { print("m_" + i + " = " + m[i]); };})(["a","b","c"]);
Standard input is empty
m_0 = a m_1 = b m_2 = c
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!