Sujet : Re: Lost in Ashok's teachings
De : ralfixx (at) *nospam* gmx.de (Ralf Fassel)
Groupes : comp.lang.tclDate : 26. Sep 2024, 17:53:11
Autres entêtes
Message-ID : <yga34lmgxvs.fsf@akutech.de>
References : 1 2 3
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
* Luc <
luc@sep.invalid>
| On Thu, 26 Sep 2024 11:21:14 +0200, Ralf Fassel wrote:
| What about that plus sign? Where is it defined?
That is TCLs mathop:
https://www.tcl-lang.org/man/tcl/TclCmd/mathop.htm % namespace path {::tcl::mathop}
% + 4 5
9
See also
https://wiki.tcl-lang.org/page/tcl%3A%3Amathop?R=0&O=mathop&W=HTH
R'