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/9JPSav/prog.fs(3,17): error FS0039: The namespace or module 's' is not defined

/home/9JPSav/prog.fs(6,14): error FS0001: The type 'string' is not compatible with any of the types byte,int16,int32,int64,sbyte,uint16,uint32,uint64,nativeint,unativeint, arising from the use of a printf-style format string
stdout
Standard output is empty