2 lines
83 B
Text
2 lines
83 B
Text
(multiply 3 :a 4) # arg order doesn't matter here, but try subtract instead
|
|
=> 12
|
(multiply 3 :a 4) # arg order doesn't matter here, but try subtract instead
|
|
=> 12
|