Sujet : Re: on named blocks concept
De : Bonita.Montero (at) *nospam* gmail.com (Bonita Montero)
Groupes : comp.lang.cDate : 07. Nov 2024, 11:41:36
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vgi5fm$2k8kb$1@raubtier-asyl.eternal-september.org>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
Am 06.11.2024 um 20:46 schrieb fir:
a {}
b{ }
c{}
int x = a*b+c;
where a,b,c are blocks of code (though here it would probably mean "run a" get value and mul by "run b" take value , tun c and add
Use C++ and lambdas.