repo.or.cz
/
k8jam.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cosmetic fix in -configure-pkg-config-var-
[k8jam.git]
/
target_test
/
Jamfile.comps
blob
ea63aa61e31c256485ea490a4dc2fec2356c5268
1
t = [ ExprI1 10 "<" 5 ];
2
Echo "a" "|" $(t) "|" ;
3
4
if 10 < 5 { Echo "00"; } else { Echo "01" ; }
5
Echo "should be 00" ;
6
7
if [ ExprI1 10 "<" 5 ] { Echo "02"; } else { Echo "03" ; }
8
Echo "should be 03" ;