RosettaCodeData/Task/Strip-block-comments/J/strip-block-comments-3.j
2023-07-01 13:44:08 -04:00

10 lines
103 B
Text

strip example
function subroutine() {
a = b + c ;
}
function something() {
}