Menu

#3 two file processing / extending failed

open
nobody
None
5
2013-02-04
2013-01-16
No

Macro substitution of many files like "expander.py file1 file2"

;file1 (configuration)
$py(
def test(x)
return x
)
$extend(test)

;file2 (main code)
$(test(1)) ; ok
$test(2) ; not OK !!!

$extend(test)
$test(3) ; after re-extending OK again !!!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.