VList: Difference between revisions

m
→‎{{header|REXX}}: changed a comment in the header section. -- ~~~~
m (→‎{{header|REXX}}: delerted a stray V from a bad cut and paste. -- ~~~~)
m (→‎{{header|REXX}}: changed a comment in the header section. -- ~~~~)
Line 330:
 
=={{header|REXX}}==
This classic REXX version uses (mostly) the same "input" and operations as the ooRexx version,
except that the (stack) queue isn't changed or used.
<lang rexx>/*REXX pgm demonstrates VList operations: add/update/delete/insert/show.*/