Literals/Integer: Difference between revisions

→‎{{header|Tcl}}: added note about why a command is used
m (→‎{{header|Tcl}}: formatting)
(→‎{{header|Tcl}}: added note about why a command is used)
Line 368:
=={{header|Tcl}}==
{{works with|Tcl|8.5}}
(This is an interactive tclsh session; <tt>expr</tt> is only called to evaluate the equality test.)
<lang tcl>% expr 727 == 0x2d7
1
Anonymous user