Content deleted Content added
use the <source> tag |
→The algorithm: insert <source lang="pascal"> tag </source> for ALGOL 60 wiith some pre-ascii characters. |
||
Line 6:
==The algorithm==
In [[ALGOL 60]]:
<source lang="pascal">
</
The algorithm reads eleven numbers from an input device, stores them in an array, and then processes them in reverse order, applying a user-defined function to each value and reporting either the value of the function or a message to the effect that the value has exceeded some threshold.
|