History variables: Difference between revisions

m
(→‎{{header|Ruby}}: Added Ruby Header and sample)
m (→‎Version 1: typo)
Line 1,149:
===Version 1===
The REXX language doesn't support histories, but can be coded with little trouble.
<br><br>The history list part of the VARSET subroutine could be seperatedseparated into its
<br>own if you wanted to keep the subroutine's function pure.
<lang rexx>/*REXX pgm shows a method to track history of assignments to a REXX var.*/
2,298

edits