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

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

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

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

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

示例

試試下面的例子就明白了所有的Lua編程語(yǔ)言提供的關(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)簽:泰安 宿遷 營(yíng)口 南京 西寧 臨滄 昌都

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《Lua中關(guān)系運(yùn)算符的使用教程》,本文關(guān)鍵詞  Lua,中,關(guān)系,運(yùn)算符,的,使用,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《Lua中關(guān)系運(yùn)算符的使用教程》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于Lua中關(guān)系運(yùn)算符的使用教程的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    主站蜘蛛池模板: 新安县| 沅江市| 昌吉市| 临安市| 英吉沙县| 民县| 竹山县| 玛沁县| 古田县| 淮滨县| 乌恰县| 宜兰县| 青海省| 祁阳县| 清原| 石门县| 丹凤县| 姜堰市| 夹江县| 旬阳县| 桐乡市| 房产| 大英县| 泽普县| 屯门区| 惠州市| 安溪县| 长丰县| 武川县| 阿拉善右旗| 葫芦岛市| 台前县| 塔河县| 内乡县| 河津市| 宁德市| 永康市| 安化县| 苍山县| 多伦县| 若尔盖县|