fork download
  1. -module(prog).
  2. -export([main/0]).
  3.  
  4. main() ->
  5. io:fwrite( "~p\n",[lists:seq(0, 5, 1)])
  6. ,io:fwrite( "~p\n",[lists:seq(0, 5, 1.0)] )
  7. .
Runtime error #stdin #stdout 0.22s 9432KB
stdin
Standard input is empty
stdout
[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}]}}