Hashtron inference: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added unsigned mask comment)
Line 319: Line 319:
{{trans|Wren}}
{{trans|Wren}}
This sort of thing is generally quite painful in Phix, since it will insist on things like zero minus one being -1
This sort of thing is generally quite painful in Phix, since it will insist on things like zero minus one being -1
rather than some huge positive number... you certainly have to take some care it always uses unsigned masking.
rather than some huge positive number... you certainly have to take some care it always uses unsigned masking,
especially since Phix doesn't really have any such thing as unsigned ints.


<syntaxhighlight lang="phix">
<syntaxhighlight lang="phix">