It would be really nice to be able to do things like:
var file = "my_file.js.dna" ./!include(file)
but instead this causes "Bad command syntax". The same thing works with e.g. the output command, though. I'd like to be able to pass in a file to include as a command line argument but because of this limitation, I can't.
I realize that it's because doing includes happens in a different path in the rna generation phase than the output related commands, but it seems like some workaround should be possible.
It would be really nice to be able to do things like:
var file = "my_file.js.dna" ./!include(file)
but instead this causes "Bad command syntax". The same thing works with e.g. theoutput
command, though. I'd like to be able to pass in a file to include as a command line argument but because of this limitation, I can't.I realize that it's because doing includes happens in a different path in the rna generation phase than the output related commands, but it seems like some workaround should be possible.