Using version 1.14.9, with the following begin.rive
! version = 2.0
! var myvar = hello
+ print
- myvar is <get myvar>
I expect that the user input print will result in myvar is hello but instead, it results in myvar is undefined
I also tried putting the print trigger into a different file titled hello.rive but this didn't change the behavior.