$str = v3.14; $str = 12.1.128.19; # v not needed if multiple dots #### foo() = 5; print foo(); foo() *= 2; print foo();