Project

General

Profile

Feature #1107

Updated by Benjamin Papillon almost 11 years ago

Variables don't work as values for group settings. 

 

 If I have: 

 

 foo = a 
 
 bar = b 
 
 red = $foo-$bar 

 

 and I reference $red, it is interpreted as $foo-$bar literal.

Back