nushell/example.nu

5 lines
31 B
Text
Raw Normal View History

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