mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 22:57:46 +00:00
space between the def name and the left bracket
This commit is contained in:
parent
30cda76252
commit
47325b9a21
1 changed files with 10 additions and 0 deletions
|
@ -34,3 +34,13 @@
|
|||
### {
|
||||
### echo $arg
|
||||
### }
|
||||
|
||||
### This breaks because you need a space between
|
||||
### between foo and the left bracket
|
||||
### def foo[] {
|
||||
### "bar"
|
||||
### }
|
||||
### This works
|
||||
### def foo [] {
|
||||
### "bar"
|
||||
### }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue