search for: nsd2rd

Displaying 3 results from an estimated 3 matches for "nsd2rd".

Did you mean: sd2rd
1997 Aug 04
0
R-alpha: sd2rd version 0.1-5
...} sub paragraph { local($name) = @_; &output("PARA\nBOLD($name): "); } sub output { local($text) = @_; if ($doprint) { print($text); } elsif ($output) { $output .= "\n$text"; } else { $output = $text; } } sub usage { print("\nsd2rd version $VERSION\n\nusage: sd2rd [-x] file\n"); exit; } =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...
1997 Jul 01
1
R-alpha: sd2rd v0.1-3
...} sub paragraph { local($name) = @_; &output("PARA\nBOLD($name): "); } sub output { local($text) = @_; if ($doprint) { print($text); } elsif ($output) { $output .= "\n$text"; } else { $output = $text; } } sub usage { print("\nsd2rd version $VERSION\n\nusage: sd2rd [-x] file\n"); exit; } =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...
1997 Jun 10
0
R-alpha: sd2rd 0.1-2
...} sub paragraph { local($name) = @_; &output("PARA\nBOLD($name): "); } sub output { local($text) = @_; if ($doprint) { print($text); } elsif ($output) { $output .= "\n$text"; } else { $output = $text; } } sub usage { print("\nsd2rd version $VERSION\n\nusage: sd2rd [-x] file\n"); exit; } =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the...