RosettaCodeData/Task/Assertions/F-Sharp/assertions.fs

5 lines
40 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
let test x =
assert (x = 42)
test 43