[Info-vax] VMS Software Q1 '23 Update

Single Stage to Orbit alex.buell at munted.eu
Wed Feb 1 13:36:19 EST 2023


On Wed, 2023-02-01 at 09:11 -0500, Arne Vajhøj wrote:
> > Based on a quick search, the answer would appear to be yes, which
> > was
> > a bit of a surprise...
> 
> It does but Clippy complains unless you instruct it not to.
> 
> #[allow(clippy::float_cmp)]
> 
> fn main() {
>      let x:f64 = 123.456;
>      let y:f64 = 123.456;
>      let eq1:bool = x == y;
>      println!("{0} = {1} is {2}", x, y, eq1);
> }

I'm currently teaching myself Rust and have been for the past two
years. It is a most interesting programming language. 
-- 
Tactical Nuclear Kittens




More information about the Info-vax mailing list