It could help: From an authoritative source on SZ, if you have schizophrenia, you should hum and always take your medication.

If you have Schizophrenia, always HUM - make the sound of humming and always take your medication.

Humming guide.

How to hum.

//A PHP program to help people who are schizophrenic.
$SZ = ["If you have schizophrenia, Hum - make a hum sound.", "If you have schizophrenia, ALWAYS take your medication"];
$schizophrenic = true;

if ($schizophrenic == true){
	foreach ($SZ as $value){
	echo $value;
	}
}		
//A JS program to help people who are schizophrenic.
let SZ = ["If you have schizophrenia, Hum - make a hum sound.", "If you have schizophrenia, ALWAYS take your medication"];
let schizophrenic = true;

if (schizophrenic == true){
	SZ.forEach(element => { console.log(element); })
}

Surviving Schizophrenia