• Elvith Ma'for@feddit.org
    link
    fedilink
    English
    arrow-up
    23
    ·
    edit-2
    3 days ago

    Sadly there are many reports, that it’s just

    
    for (c in countries) { 
        c.tariffs = math.max(10,
            (c.exportsTo(us) - c.importFrom(us)) /
            (c.exportsTo(us)*2))
    }