/* Initialize some variables using C style comments
$a - contains a-coefficient
$b - contains b-coefficient
$x - value we are evaluating
$y - result from evaluating equation */$a=1;$b=2;$x=1;$y=$a*$x+$b;if($y<5)// C++ style comment, check if y<5{# Shell style comment, display something when y<5
echo"Guess what? y is less than 5!";}
reply to a test comment
Just that.
I notice no indenting, which was a feature of dubious value previously.
I would regard it as a feature with negative value--it was much more confusing to read the threads with indenting.
Though I am now seeing indenting...
this is a code test
this is plain text:
mydata$ageT1[ is.na(mydata$ageT1) ] <- -999
mydata$ageT2[ is.na(mydata$ageT2) ] <- -999