Re: [w3ctag/design-reviews] Temporal proposal (#311)

Example would be something like this:

    if (date1 - date2 > date3 - date4) {
      // do something
    }

(Although this proposal doesn't include a operator overloaded syntax, this is just an example of a use case.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/311#issuecomment-434629150

Received on Wednesday, 31 October 2018 10:04:04 UTC