One feature I sometimes miss in execline is being able to define an
array in a simple, direct way.
Yes, it can be done with current execline tools through options like
-s in define and importas, but I feel something like this would be
clearer:
block-define var { 1 2 3 }
printf "%s\n" "This is ${var}"
Does this already exist?
Received on Mon Dec 18 2023 - 01:15:14 CET