2 lines
40 B
Text
2 lines
40 B
Text
|
|
define: #multiply -> [| :a :b | a * b].
|
|
|
define: #multiply -> [| :a :b | a * b].
|