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: @head(1,'An Interscript Example') 2: This is a minimal example of interscript at work. 3: @head(2,'Tangling a litte script') 4: @select(tangler('interscript/tests/example.py')) 5: print 'Hello from an example python program' 6: @head(2,'Executing the script') 7: @print_python_output('interscript/tests/example.py') 8: