Hi! For such use, you should go with variable reference: ``` x = ref 10.0
print("Value of x: #{!x}")
x := 20.
print("value of x: #{!x}")
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/savonet/liquidsoap/issues/760#issuecomment-486431681_______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
