# new program
/* declare some variables */ begin
real /* embedded comment */
     j;  // It's j
real r; /* another generic real */
r := j := 4.0; # make them both 4
end // end the program
