-module(prog).-export([main/0]). main() -> io:fwrite( "~p\n",[lists:seq(0, 5, 1)]) ,io:fwrite( "~p\n",[lists:seq(0, 5, 1.0)] ) .
Standard input is empty
[0,1,2,3,4,5] {"init terminating in do_boot",{function_clause,[{lists,seq,[0,5,1.000000e+00]},{prog,main,0},{init,start_it,1},{init,start_em,1}]}}
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!