let rec fun x 5 + x printfn "HelloWorld %d" fun 3
Standard input is empty
/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
Standard output is empty