79117735

Date: 2024-10-23 11:39:03
Score: 0.5
Natty:
Report link

You can suppress any unwanted output by adding [void] to the offending command like this:

function Calculate
{
   [void](echo "Calculate")
   return 11
}

$result = Calculate

Please treat echo as a generic example.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Raf