Daniel Lemire's blog

, 1 min read

Saner rules for udev

2 thoughts on “Saner rules for udev”

  1. RivestF says:

    Weird change = -> ==, and it does not seem consistent… !?! (Unless it is a difference between assumed to be constant versus variable?)

  2. I think you have to read….

    a==1, b==2,c=4

    as

    i( a == 1 and b == 2) then c = 4

    By rule-language people hate the “if something then something else”. They work very hard not to use it.