Shift list elements to left by 3: Difference between revisions

m
m (→‎{{header|PL/0}}: tweak notes)
Line 1,401:
The output shows the original list (one element per line) and the shifted list, separated by -111.
<br>
Note that PL/0 was intended as an educational tool for teaching compiler writing - so, e.g.: adding arrays wouldmight be somethingan exercise for the students might be asked to implement.
<syntaxhighlight lang="pascal">
const maxlist = 8;
3,037

edits