nushell/example.nu

5 lines
31 B
Plaintext
Raw Normal View History

2021-10-06 03:59:16 +02:00
def inc [x] {
$x + 1
2021-10-03 20:23:23 +02:00
}
2021-10-06 03:59:16 +02:00
inc 5