| Algorithm: | o := o << a | |
|---|---|---|
| Input: | ||
| Output: |
| Algorithm: | i := i >> a | |
|---|---|---|
| Input: | ||
| Output: |
| Algorithm: | o := o << print(a) | |
|---|---|---|
| Input: | ||
| Output: | ||
| Note: | puts internal representation of Integer a on an output stream. |
| Algorithm: | b := a.scan(i) | |
|---|---|---|
| Input: | ||
| Output: | ||
| Note: | gets Integer a as an internal representation from input stream if b is true. |