Pell numbers: Difference between revisions

Content added Content deleted
(→‎{{header|ALGOL 68}}: Simplify a bit)
m (→‎{{header|ALGOL 68}}: Remov unneeded declaration)
Line 105: Line 105:
PR read "primes.incl.a68" PR
PR read "primes.incl.a68" PR


INT n;
[ 0 : 90 ]LONG INT p, pl;
[ 0 : 90 ]LONG INT p, pl;
p[ 0 ] := 0; p[ 1 ] := 1;
p[ 0 ] := 0; p[ 1 ] := 1;