blog-static/code/compiler/06/examples/works1.txt

3 lines
53 B
Plaintext

defn main = { plus 320 6 }
defn plus x y = { x + y }