RosettaCodeData/Task/Strip-block-comments/Mathematica/strip-block-comments.math

12 lines
138 B
Plaintext

StringReplace[a,"/*"~~Shortest[___]~~"*/" -> ""]
->
function subroutine() {
a = b + c ;
}
function something() {
}