fork download
  1. let rec fun x
  2. 5 + x
  3.  
  4. printfn "HelloWorld %d" fun 3
  5.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/xmlyUZ/prog.fs(1,9): error FS0010: Unexpected keyword 'fun' in binding

/home/xmlyUZ/prog.fs(4,25): error FS0010: Unexpected keyword 'fun' in implementation file
stdout
Standard output is empty