from the same documentation page
Quote:
For example, the command parallelput (97) sets data bits 0, 5 and 6 high (97 = 1 + 32 + 64) and sets the other data pins low. Because there are only 8 data pins in the parallel port, the value passed to parallelput must be from 0 to 255.
Setting a particular pin as "high" means supplying it with a +5v voltage. If it's wired to run through the LED and into the ground, the current will flow and the light will come on.
Since you know what
parallelput does, you can take a guess at how
parallelget works. Then check the documentation to make sure that you have the right ideas (and right pins) -- parallelget