﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
48	kmk: Implement better if conditionals	bird	bird	"Implement if conditional expression along the lines of C / BSD make / nmake.

The statement is simply {{{if}}}. The operators are all the ones from C that make sense and a few additional make specific ones.
{{{
unary:
   defined, target, bool, num,  str
   +, -, ~, !
binary:
   *, /, %
   +, -
   <<, >>
   <, <=, =>, >
   ==, !=
   &
   ^
   |
   &&
   ||
}}}"	enhancement	closed	major	0.1.4	kmk	0.1.3	fixed	if cond expreval	
