Hello,

I'm trying to achieve something like this:
    
    
    proc someProc() {.script.} =
      # do stuff
    
    # then use each proc annotated with {.script.} as a proc argument
    
    
    Run

I was thinking I could use pragmas to build a compile-time sequence of procs 
with the script pragma, but I don't know how to do so.

Is what I'm trying to do possible, and if it is, how can I achieve it?

Reply via email to