This website requires JavaScript.
Explore
Help
Sign In
holm
/
nushell
Watch
1
Star
1
Fork
0
You've already forked nushell
forked from
extern/nushell
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
011ad2e4e6
nushell
/
example.nu
5 lines
31 B
Plaintext
Raw
Normal View
History
Unescape
Escape
reverted
2021-10-06 03:59:16 +02:00
def inc [x] {
$x + 1
no-op
2021-10-03 20:23:23 +02:00
}
reverted
2021-10-06 03:59:16 +02:00
inc 5
Reference in New Issue
Copy Permalink