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

4 lines
52 B
Plaintext
Raw Normal View History

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