function onCreated() { temp.w = "sword"; temp.("example_" @ temp.w) = "a b c d e"; temp.tokens = temp.("example_" @ temp.w).tokenize(); echo(temp.tokens); }