Although strange, it's valid for variable/function names in nushell to contain commas: ```nu def test,func [] {} let test,var = "" # even this is valid let , = "hi" ``` <img width="1807" height="261" alt="Image" src="https://github.com/user-attachments/assets/9798e3a8-5b58-43c7-b843-d49f52f880b3" />
Although strange, it's valid for variable/function names in nushell to contain commas: