fork download
  1. let x:double = 3.14 * 90 / (180.0)
  2. print "%d" x
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
/home/pSx7QV/prog.fs(1,23): error FS0001: The type 'int' does not match the type 'float'

/home/pSx7QV/prog.fs(2,1): error FS0039: The value or constructor 'print' is not defined

/home/pSx7QV/prog.fs(1,21): error FS0043: The type 'int' does not match the type 'float'
stdout
Standard output is empty