Forum > Coding >

[RELEASE] CHECK IF VALUE IS TRUE OR FALSE (WORKING 2022)!!!!

SeizureSalad

i love femboys

Posts: 1012

Threads: 73

Joined: Mar, 2021

Reputation: 37

Posted

ok this is obviously a joke but I wanted to see how bad i could write some c# code and I think this is it

 

 

i'm surprised this even works lol

 

bool isTrue(bool e)
        {
            if (!(e != true))
            {
                var b = false;
                var c = b.ToString();
                var d = Convert.ToBoolean(c);
                return !(!(!(d)));
            }
            else if (!!!!!!!!!!!!!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(!(e != true)))))))))))))))))
            {
                var a = false;
                var b = a.ToString();
                return Convert.ToBoolean(b);
            }
            else
            {
                return e == !(!(true));
            }
        }

//you can call using this method

var ture = true;
if (!!!!!!!!!!!!!!!!!!!!!isTrue(ture) != true)
{
     Console.WriteLine("ture is true!!");
}

 

 

  • 0

Added

@53326lemme improve on your code there the added exclamation points really drive the point home imo

 

bool b = true;
if (!!!!!!!!!!!!(b.ToString() != "false" && !!!!!!!!!!!!!!!!!!!!b) == true)
    Console.WriteLine("Value is true!!!");
Console.WriteLine("Value is false :(");
  • 0

Added

@_realnickk of course! you also can't forget to add the invisible characters as variable names

  • 0

"Questionable intellegence, but I like the mystery" - CubeFaces

https://cdn.discordapp.com/attachments/1136067487847415848/1138948596679589898/sig.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )