RosettaCodeData/Task/Conditional-structures/F-Sharp/conditional-structures.fs

2 lines
74 B
Forth

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