Fibonacci word: Difference between revisions

→‎{{header|PL/I}}: flagged PL/I as needing improvement (it's lacking the Fibonacci word's entropy).
m (→‎{{header|REXX}}: added/changed comments and whitespace, split some compound statements, expanded the maximum possible length, added commas to the length numbers, used a template for the output section.)
(→‎{{header|PL/I}}: flagged PL/I as needing improvement (it's lacking the Fibonacci word's entropy).)
Line 2,845:
 
=={{header|PL/I}}==
 
{{improve|PL/I| <br><br>The task's requirements are to also show the Fibonacci word's entropy. <br><br>}}
 
<lang PL/I>fibword: procedure options (main); /* 9 October 2013 */
declare (fn, fnp1, fibword) bit (32000) varying;