Sujet : Re: on allowing "int a" definition everywhere
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.lang.cDate : 03. Sep 2024, 05:56:27
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vb64tr$37k0o$2@dont-email.me>
References : 1 2 3 4 5 6 7 8
User-Agent : Pan/0.160 (Toresk; )
On Tue, 27 Aug 2024 20:04:29 +0200, fir wrote:
draw_line`x`y`x2`y2`color {
It’s quite clunky to have to specify x- and y-coordinates separately,
instead of being able to construct and pass a single “vector” value.
Similarly, it is handy to have a “colour” type, which can specify the
parameters in various spaces, not just RGB.