template createVar(name, value) =
      var name {.inject.} = value
    
    createVar(variable, 100)
    
    
    Run

:)

Reply via email to