1 2 3 4 5 6 7 8 9
{ add = /* the first value */ x: /* the second value */ y: x + y; string = /* meaning of life */ "42"; hi = 3.0000000; # Store my password in plain text password = "hunter2"; } # trailing # comments