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
996ee363b7
nushell
/
example.nu
Tanishq Kancharla
d6d0bad7aa
reverted
2021-10-05 21:59:16 -04:00
5 lines
31 B
Plaintext
Raw
Blame
History
def inc [x] {
$x + 1
}
inc 5
Reference in New Issue
View Git Blame
Copy Permalink