mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
15 lines
295 B
Text
15 lines
295 B
Text
Nix <nix version>
|
|
Type :? for help.
|
|
Added <number omitted> variables.
|
|
|
|
Function multiply
|
|
… defined at
|
|
/path/to/tests/functional/repl/doc-comments.nix:10:14
|
|
|
|
Perform arithmetic multiplication. It's kind of like
|
|
repeated addition, very neat.
|
|
|
|
| multiply 2 3
|
|
| => 6
|
|
|
|
|