Compiler/Preprocessor: Difference between revisions

Content added Content deleted
m (syntax highlighting fixup automation)
Line 61: Line 61:


=={{header|Julia}}==
=={{header|Julia}}==
<syntaxhighlight lang="ruby">""" Rosetta Code task Compiler/Preprocessor task """
<syntaxhighlight lang="julia">""" Rosetta Code task Compiler/Preprocessor task """


""" If the line is a macro definition, add the macro to macros. """
""" If the line is a macro definition, add the macro to macros. """