What is a Port?

I don't ever recall seeing examples of how these are supposed to work.

The following is a spitball projection of, say, compression:

big-file: open %a-big-file.bin

compressor: open [scheme: zip target: %a-big-file.zip]
insert compressor big-file
close compressor
1 Like