ridiculousfish 357d3b8c6d Rework 'and' and 'or' to be "job decorators"
This promotes "and" and "or" from a type of statement to "job
decorators," as a possible prefix on a job. The point is to rationalize
how they interact with && and ||.

In the new world 'and' and 'or' apply to a entire job conjunction, i.e.
they have "lower precedence." Example:

if [ $age -ge 0 ] && [ $age -le 18 ]
   or [ $age -ge 75 ] && [ $age -le 100 ]
   echo "Child or senior"
end
2018-03-05 13:41:36 -08:00
..
2017-03-20 16:42:53 +01:00
2016-12-19 17:44:54 -08:00
2018-02-25 21:29:24 +01:00
2018-02-25 21:29:24 +01:00
2018-02-25 21:29:24 +01:00
2017-08-03 14:35:06 -07:00
2014-09-21 21:03:44 -07:00
2014-09-21 21:03:44 -07:00
2017-07-16 15:13:39 -07:00
2014-12-23 15:46:47 -08:00
2017-07-25 12:44:26 -07:00
2017-06-16 21:01:56 -07:00
2018-03-04 15:33:36 -06:00
2018-03-04 15:33:36 -06:00
2017-01-31 22:10:53 -08:00
2017-01-31 22:10:53 -08:00
2018-03-01 22:27:24 +01:00
2018-03-01 22:27:24 +01:00
2017-02-20 18:43:13 -08:00
2017-12-21 15:48:48 -08:00
2016-12-20 16:46:33 -08:00
2017-04-05 15:31:13 -07:00
2017-04-05 15:31:13 -07:00
2017-04-05 15:31:13 -07:00
2018-01-07 15:00:44 +01:00
2005-09-20 23:31:55 +10:00
2010-09-18 10:18:26 +08:00
2005-09-20 23:31:55 +10:00
2005-09-20 23:31:55 +10:00
2016-11-17 14:53:50 -08:00
2014-07-13 19:11:29 -07:00
2017-07-25 12:44:26 -07:00
2017-07-03 16:58:14 -07:00
2017-03-28 16:28:24 -07:00
2017-03-28 16:28:24 -07:00
2017-03-28 16:28:24 -07:00
2017-11-16 10:48:21 -08:00
2017-11-16 10:48:21 -08:00
2017-11-16 10:48:21 -08:00