local flg = true
print(flg)
print(not(flg))
console
true
false
Go to list of users who liked
More than 5 years have passed since last update.
local flg = true
print(flg)
print(not(flg))
true
false
Register as a new user and use Qiita more conveniently
Go to list of users who liked