[TUHS] Software written in B

G. Branden Robinson g.branden.robinson at gmail.com
Mon Jun 19 20:55:49 AEST 2023


At 2023-06-19T10:48:27+0000, Lars Brinkhoff wrote:
> Sebastien F4GRX wrote:
> >> if(ap>ac) return(0*ap++);
> >
> > This was probably not intended but syntactically correct.
> 
> I could well believe it's not a typo, but a "clever" way to write
> 
>   if(ap>ac) {
>     ap++;
>     return 0;
>   }

/* You were not expected to understand that. */

Regards,
Branden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://www.tuhs.org/pipermail/tuhs/attachments/20230619/45fa23c2/attachment.sig>


More information about the TUHS mailing list