Closed egorsmkv closed 9 years ago
Ah, ok. I think I know what the problem is there. Thanks for reporting. It should be simple to fix.
@eg0r Can you verify that it's fixed for you now?
@tdenniston Checked, there is no problem now.
And now the question is: the number of semicolons are not supported yet?
a = [1.1, 1.2, 1.3];
@tdenniston By the way, why not remove ()
next to the names of functions? Or is it important for some versions of bash?
@eg0r Floating point numbers (numbers with decimal points) are not supported yet. That's a limitation of bash. I have to figure out what to do about that. And, I should remove ()
next to functions. I thought they were necessary, but I was wrong.
I wrote the following script:
And got a bash script:
But when you start getting only the first element.