Saturday 10 October 2020

Storing Function Value to a Variable


$a=1;
Function Test()
{
if($a-eq1){return "True"}else{return "False"}
}
$b= Test
$b


No comments:

Post a Comment