Why Nostr? What is Njump?
2024-04-13 01:13:18
in reply to

/dev/rdsk/c5t1d0s2 on Nostr: my fave C “trick” is the “downto“ operator: uint8_t i = 10; while (i --> 0) ...

my fave C “trick” is the “downto“ operator:

uint8_t i = 10;
while (i --> 0) do_something();
Author Public Key
npub1m33czg27v449dkq5jh80qg9q52gumjcpj5uchh0d250w8yudmxsqmk4xuv