Hi,
Say I have something like this:
a: ( _~verb)
user entered: _0 n
$user_verb = ^pos( NOUN _0 )
^define( $user_verb )
However, the ^define() command gives me all possible definitions of $user_verb. How could I limit it to just the definition of the verb?
I guess one way to do this is to simply parse the output of ^define() and remove all other definitions. But I was hoping that there is a neater way to doing this.
Thanks,
Pavel