fork download
  1. let Deg2Rad (a:double) = 3.14 * a / (180.0)
  2. printf Deg2Rad(90)
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/tfUMCH/prog.fs(2,8): 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