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