(20 lines)
1 #!/usr/bin/env nomsu -V7.0.02 ###3 This file defines upgrades from Nomsu <6.15.9 to 6.15.95 use "compatibility/compatibility"7 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~9 upgrade action (assume $a == $b) to "6.15.9" as (assume ($a == $b))10 upgrade action (assume $a != $b) to "6.15.9" as (assume ($a != $b))11 upgrade action ($x to the nearest $r) to "6.15.9" as ($x, to the nearest $r)12 upgrade action [ceil $x, ceiling $x] to "6.15.9" as ($x, rounded up)13 upgrade action (floor $x) to "6.15.9" as ($x, rounded down)14 upgrade action (for $x in $start to $stop $body) to "6.15.9" as15 for $x in ($start to $stop) $body17 upgrade action [18 for $x in $start to $stop by $step $body19 for $x in $start to $stop via $step $body20 ] to "6.15.9" as (for $x in ($start to $stop by $step) $body)