79523654

Date: 2025-03-20 17:13:36
Score: 1.5
Natty:
Report link

Don't give any spaces in the declaration.

set var1=123
set var2=John

is always preferred over

set var1 = 123
set var2 = John
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jayanta Mandal