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
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to