Embed Notice
HTML Code
Corresponding Notice
- Embed this notice
malevolent dictator for life (astrid@fedi.astrid.tech)'s status on Saturday, 03-Jun-2023 10:41:08 JSTmalevolent dictator for life Oh god
Im remembering that it got worse
So I knew ==, but not ~=, so basically to do something if 2 things AREN'T equal I would do
if a == b then
else
(stuff)
end