- cross-posted to:
- lemmyshitpost@lemmy.world
- cross-posted to:
- lemmyshitpost@lemmy.world
cross-posted from: https://lemmy.blahaj.zone/post/31679150
proportional reaction
cross-posted from: https://lemmy.blahaj.zone/post/31679150
proportional reaction
it’s great, instead of ?: bullshit we just use if/else like it always should have been:
let x = if y > 3 { 7 } else { 4 };
Yeah if-then expressions are really nice.
Yep