Assigning to a local variable does not allow to further use it in a pipe statement.
test: string := "hi"; "hello" -> test -> io:out(); // ^^^^^^^^^^^ Further pipe statement is not allowed.
Not specified