RosettaCodeData/Task/Conditional-structures/F-Sharp/conditional-structures.fs
2023-07-01 13:44:08 -04:00

1 line
74 B
FSharp

printfn "%s" (if 3<2 then "3 is less than 2" else "3 is not less than 2")