tvl-depot/ach/functions.ach

4 lines
56 B
Text
Raw Normal View History

2021-03-07 21:29:59 +01:00
fn id x = x
fn plus x y = x + y
fn main = plus (id 2) 7