fork download
  1. let rec summ5 x =
  2. let stringList = [x.ToString() ]
  3. String.concat s.ToString() stringList
  4.  
  5. let res = summ5 ""
  6. printfn "%i" res
  7.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/STdB5L/prog.fs(3,16): error FS0597: Successive arguments should be separated by spaces or tupled, and arguments involving function or method applications should be parenthesized
stdout
Standard output is empty