zsh-workers
 help / color / mirror / code / Atom feed
* arithmetic base accepted on output but not input
@ 2008-05-14 10:22 Stephane Chazelas
  2008-05-14 10:43 ` Peter Stephenson
  0 siblings, 1 reply; 4+ messages in thread
From: Stephane Chazelas @ 2008-05-14 10:22 UTC (permalink / raw)
  To: Zsh hackers list

Hiya,

there's a bit of a consistency issue here:

~$ echo $(([#50]49))
50#h
~$ echo $((50#h))
zsh: invalid base: 50
~$ integer -i 50 a
~$ a=123
~$ echo $a
50#2N

Cheers,
Stéphane


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-06-10  8:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-14 10:22 arithmetic base accepted on output but not input Stephane Chazelas
2008-05-14 10:43 ` Peter Stephenson
2008-06-07 18:43   ` Richard Hartmann
2008-06-10  8:42     ` Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).