4 lines
69 B
Forth
4 lines
69 B
Forth
module Example
|
|
|
|
type Example() =
|
|
member this.Add(x, y) = x + y |