diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2018-11-29 14:57:22 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2018-11-29 14:57:56 -0800 |
| commit | efd743591e555e63dce7dd351e1e80bb38848669 (patch) | |
| tree | ae1d5d2e19288049a2773610b93a8df3cd981264 /compatibility/3.6.nom | |
| parent | 09e571ffa67935f0ed29526768863f5338f91769 (diff) | |
Renamed append/concat_append to add/concat_add for Code objects.
Diffstat (limited to 'compatibility/3.6.nom')
| -rw-r--r-- | compatibility/3.6.nom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compatibility/3.6.nom b/compatibility/3.6.nom index bd08455..94abf07 100644 --- a/compatibility/3.6.nom +++ b/compatibility/3.6.nom @@ -16,9 +16,9 @@ upgrade action [add %item to %list at index %i] to "3.6" as (..) upgrade action [pop from %list, remove last from %list] to "3.6" as (%list::pop) upgrade action [remove index %index from %list] to "3.6" as (..) %list::remove index %index -upgrade action [to %1 write %2, %1 <-write %2] to "3.6" as (%1::append %2) +upgrade action [to %1 write %2, %1 <-write %2] to "3.6" as (%1::add %2) upgrade action [to %1 write %2 joined by %3] to "3.6" as (..) - %1::append %2 joined by %3 + %1::add %2 joined by %3 upgrade action [declare locals in %lua] to "3.6" as (%lua::declare locals) upgrade action [declare locals %locs in %lua] to "3.6" as (..) %lua::declare locals %locs |
