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!!");
}
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 :(");Cancel
Post
Added
@_realnickk of course! you also can't forget to add the invisible characters as variable names
Cancel
Post
"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 )
Cancel
Post