// $variable = 'Value';
# $variable = 'Value';
/*$variable = 'Value'; $second_variable = 'Value 2'; $third_variable = 'Value 3';*/
$number = 5 /* - 5 */ + 5;
Pro tip: use ```triple backticks around text``` to write in code fences