gpt4 book ai didi

ruby - 为什么 Ruby 同时具有 && 和 'and' 运算符?

转载 作者:太空宇宙 更新时间:2023-11-03 17:12:18 25 4
gpt4 key购买 nike

我明白了the difference between them ,但我不明白为什么它们都包含在该语言中。两者兼而有之肯定会造成混淆吗?

最佳答案

它们的优先级不同,所以它们不等价。

我的经验法则如下:逻辑表达式使用&&,控制流使用and

例子

# logical expressions
if user.first_name == 'Bob' && user.last_name == 'Jones'

# control flow
worker.do_this and worker.and_also_do_this_if_that_went_well

关于ruby - 为什么 Ruby 同时具有 && 和 'and' 运算符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8944042/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com