Hi, it seems I have difficulties understanding the ^input functions.
From what I read in the manual, I would expect this code:
u: (this is some input) Input tested here..
u: (inputtest1) inputtest1.
^input(this is some test)
^fail(SENTENCE)
after inputtest.
to output
inputtest1. Input tested here.. after inputtest.
But actually it outputs
inputtest1. after inputtest.
So how do I use ^input then?