On Monday, 23 January 2017 at 13:57:23 UTC, aberba wrote:

if (stu is Student.init) //will confirm when i get to my pc

That works, as does this:

if(stu == Student.init)


Reply via email to