3 lines
75 B
Forth
3 lines
75 B
Forth
|
|
let intEqual (x : int) (y : int) = x = y
|
||
|
|
let genericEqual x y : 'a = x = y
|