History variables: Difference between revisions

m
→‎{{header|Wren}}: Changed to Wren S/H
(New post.)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 3,014:
{{trans|Kotlin}}
Not built in but we can soon make a suitable class.
<syntaxhighlight lang="ecmascriptwren">class HistoryVariable {
construct new(initValue) {
_history = [initValue]
9,476

edits