diff options
Diffstat (limited to 'Transcompiler.php')
| -rw-r--r-- | Transcompiler.php | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/Transcompiler.php b/Transcompiler.php index 26011f3..8b52fa2 100644 --- a/Transcompiler.php +++ b/Transcompiler.php @@ -342,8 +342,7 @@ class Transcompiler {  				}  				list($val, $pre) = self::_transcompile($ast->params["var"],  true); -				$code .= $pre; -				return "\$outputstack[\$outputstack_i] .= \$ste->get_var_by_name(" . $val . ");"; +				return "$pre\$outputstack[\$outputstack_i] .= \$ste->get_var_by_name(" . $val . ");";  			},  			"calc" => function($ast) {  				$code = "\$outputstack[] = '';\n\$outputstack_i++;\n"; | 
