(22 lines)
1 #!/usr/bin/env nomsu -V7.0.02 ###3 This file defines upgrades from Nomsu <4.11 to Nomsu 4.114 (overhaul of function literals, deleting (if all of ...), etc. shorthand)6 use "compatibility/compatibility"8 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~10 upgrade action "do next repeat" to "4.12" via11 for $tree:12 at $tree fail ("13 Upgrade error: This method has been deprecated.14 Hint: Use either (do next) or (go to (label)) instead.15 ")17 upgrade action "stop repeating" to "4.12" via18 for $tree:19 at $tree fail ("20 Upgrade error: This method has been deprecated.21 Hint: Use either (stop) or (go to (label)) instead.22 ")