婷婷综合国产,91蜜桃婷婷狠狠久久综合9色 ,九九九九九精品,国产综合av

主頁 > 知識(shí)庫 > Lua中關(guān)系運(yùn)算符的使用教程

Lua中關(guān)系運(yùn)算符的使用教程

熱門標(biāo)簽:海口智能語音電銷機(jī)器人好用嗎 昆明電話外呼系統(tǒng)好么 杞縣地圖標(biāo)注app 外呼系統(tǒng)一天耗費(fèi)多少流量 艾比利外呼系統(tǒng) 陜西便宜電銷機(jī)器人軟件 免費(fèi)門店地圖標(biāo)注注冊(cè)入駐 電話機(jī)器人每天搜索多少次 衡水外呼線路解決

下表列出了所有的Lua語言支持的關(guān)系運(yùn)算符。假設(shè)變量A持有10和變量B持有20則:

示例

試試下面的例子就明白了所有的Lua編程語言提供的關(guān)系運(yùn)算符:

復(fù)制代碼 代碼如下:
a = 21
b = 10

if( a == b )
then
   print("Line 1 - a is equal to b" )
else
   print("Line 1 - a is not equal to b" )
end

if( a ~= b )
then
   print("Line 2 - a is not equal to b" )
else
   print("Line 2 - a is equal to b" )
end

if ( a b )
then
   print("Line 3 - a is less than b" )
else
   print("Line 3 - a is not less than b" )
end

if ( a > b )
then
   print("Line 4 - a is greater than b" )
else
   print("Line 5 - a is not greater than b" )
end

-- Lets change value of a and b
a = 5
b = 20
if ( a = b )
then
   print("Line 5 - a is either less than or equal to  b" )
end

if ( b >= a )
then
   print("Line 6 - b is either greater than  or equal to b" )
end

當(dāng)建立并執(zhí)行上面的程序它會(huì)產(chǎn)生以下結(jié)果:

復(fù)制代碼 代碼如下:
Line 1 - a is not equal to b
Line 2 - a is not equal to b
Line 3 - a is not less than b
Line 4 - a is greater than b
Line 5 - a is either less than or equal to  b
Line 6 - b is either greater than  or equal to b

您可能感興趣的文章:
  • Lua中..和#運(yùn)算符的使用方法
  • Lua中的邏輯運(yùn)算符使用詳解
  • Lua中算術(shù)運(yùn)算符的使用示例
  • Lua中的運(yùn)算符簡(jiǎn)明總結(jié)
  • Lua學(xué)習(xí)筆記之運(yùn)算符和表達(dá)式
  • Lua基礎(chǔ)之運(yùn)算符的使用示例

標(biāo)簽:泰安 宿遷 營口 南京 西寧 臨滄 海口 昌都

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Lua中關(guān)系運(yùn)算符的使用教程》,本文關(guān)鍵詞  Lua,中,關(guān)系,運(yùn)算符,的,使用,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Lua中關(guān)系運(yùn)算符的使用教程》相關(guān)的同類信息!
  • 本頁收集關(guān)于Lua中關(guān)系運(yùn)算符的使用教程的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 云梦县| 响水县| 平远县| 泉州市| 扶风县| 长葛市| 宾川县| 永仁县| 禄劝| 双桥区| 巴马| 隆德县| 石屏县| 临汾市| 八宿县| 孟津县| 栖霞市| 兴宁市| 威海市| 启东市| 石门县| 会泽县| 罗城| 彭阳县| 密云县| 朔州市| 怀集县| 师宗县| 南岸区| 铁岭县| 灵石县| 汝阳县| 平潭县| 垣曲县| 当阳市| 理塘县| 大兴区| 左权县| 商城县| 丰城市| 南平市|