iscr --weaver=html --passes=3 example.pakwhere "example.pak" is any interscript master source file; for example, the file "interscript/tests/example.pak", which is displayed below.
1: #line 101 "installation.ipk" 2: 3: @head(1,'An Interscript Example') 4: This is a minimal example of interscript at work. 5: @head(2,'Tangling a litte script') 6: @select(python_output('interscript/tests/example.py')) 7: print 'Hello from an example python program' 8: @head(2,'Executing the script') 9: @print_python_output('interscript/tests/example.py') 10: