Update a configuration file: Difference between revisions

Content added Content deleted
Line 2,056: Line 2,056:


=={{header|Julia}}==
=={{header|Julia}}==
Written similarly to the way multiple small functions in a Julia module for general editing of this file type might be written, for repeated and general use.
Designed similarly to the way multiple small functions in a Julia module for general editing of this file type might be written.
<lang julia>function cleansyntax(line)
<lang julia>function cleansyntax(line)
line = strip(line)
line = strip(line)