nomsu/compatibility/4.9.nom
Bruce Hill 7f47d42040 In-progress (but working) overhaul of some elements including: function
calls, lib/thing.nom API, multi-assignments, varargs, etc.
2018-11-17 14:39:08 -08:00

12 lines
356 B
Plaintext

#!/usr/bin/env nomsu -V4.10.12.7
#
This file defines upgrades from Nomsu <4.9 to 4.9
use "compatibility/compatibility.nom"
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
upgrade action "if" to "4.9" via (..)
for (%tree %end_version):
if ((size of %tree) > 2): return %tree
return \(when %tree.2)