5 lines
99 B
Plaintext
Raw Normal View History

2020-02-05 16:28:40 +01:00
function add (const a : int; const b : int) : int is
block {
var c : int := a + b
} with c