Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
BUG: typeset -F1 weirdness
- X-seq: zsh-workers 48806
- From: Roman Perepelitsa <roman.perepelitsa@xxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: BUG: typeset -F1 weirdness
- Date: Mon, 10 May 2021 13:58:42 +0200
- Archived-at: <https://zsh.org/workers/48806>
- List-id: <zsh-workers.zsh.org>
Is this expected?
% zsh -fc 'typeset -F1 x=0.3 y=1.3; print -- $x $y'
0.2 1.4
Roman.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author