R. L. Dane :debian: :openbsd:🧉 on Nostr: npub1k29yv…9e7ht Umm, I thought it was fairly clear, but what about: for x in 1 2 ...
npub1k29yvavkl3tdznym4hggc2qnsdyz9cyyzmcu0zkvralcfpumnjfqc9e7ht (npub1k29…e7ht)
Umm, I thought it was fairly clear, but what about:
for x in 1 2 3; do x=9; echo $x; done
> 9
> 9
> 9
Umm, I thought it was fairly clear, but what about:
for x in 1 2 3; do x=9; echo $x; done
> 9
> 9
> 9