summary refs log blame commit diff stats
path: root/tests/macros/tmemit.nim
blob: 6fb2f3b6595aa8d6e129f1d89a48da63aed58a0f (plain) (tree)
1
2
3
4
5
6
7
           
                           




                                                 
discard """
  output: '''HELLO WORLD'''
"""

import macros, strutils

emit("echo " & '"' & "hello world".toUpper & '"')