3 lines
53 B
Plaintext
3 lines
53 B
Plaintext
|
defn main = { plus 320 6 }
|
||
|
defn plus x y = { x + y }
|