mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
6 lines
60 B
Plaintext
6 lines
60 B
Plaintext
x = a b c ;
|
|
y = d e f ;
|
|
v = x y ;
|
|
$(v) = ;
|
|
ECHO $(x) $(y) ;
|