9 lines
84 B
Text
9 lines
84 B
Text
|
a=any;
|
||
|
b="from $a";
|
||
|
c='to $a';
|
||
|
d=block;
|
||
|
e="pass in";
|
||
|
$d in $b $c
|
||
|
f=" $b $c";
|
||
|
$e${f}
|