📜  roblox boolvalue - Lua 代码示例

📅  最后修改于: 2022-03-11 14:54:55.505000             🧑  作者: Mango

代码示例1
local test = false
local test2 = true

if test == test2 then
  print('Test is Test2')
end