Now to learn ABOUT coding because yes EHEM
coding is so good that i actually made code that describes it
var meaningOfLife:Null<String> = describeLife();
function describeLife():Null<String>
{
if (name == "GWebDev")
{
return null;
}
else
{
return "Life Is Good";
}
}