Hello, Is there any way to expand a .krl file from within kawa like this. #|kawa:1|#(define name "andre") #|kawa:2|#(compile-krl "jiffy.krl" "jiffy.txt") start with a file like this: ### start jiffy.krl ### my name is [name] ### end jiffy.krl ### and have kawa generate: ### start jiffy.txt ### my name is andre ### end jiffy.txt ### Thanks. --Andre