deb repo renamed
[k8jam.git] / target_test / Jamfile.comps
blobea63aa61e31c256485ea490a4dc2fec2356c5268
1 t = [ ExprI1 10 "<" 5 ];
2 Echo "a" "|" $(t) "|" ;
4 if 10 < 5 { Echo "00"; } else { Echo "01" ; }
5 Echo "should be 00" ;
7 if [ ExprI1 10 "<" 5 ] { Echo "02"; } else { Echo "03" ; }
8 Echo "should be 03" ;