let x:double = 3.14 * 90 / (180.0) print "%d" x
Standard input is empty
/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'
Standard output is empty