Suppose we have written something like this in nxted
OnFwd(
Now what we write next will very probably be some kind of OUT* constant. How come that our autocompletition system cannot suggest us that? We already have the information about this argument (docs say it's a motor and motor will be defined in terms of OUT*) so it should be quite straightforward to implement this.
Suppose we have written something like this in nxted
Now what we write next will very probably be some kind of OUT* constant. How come that our autocompletition system cannot suggest us that? We already have the information about this argument (docs say it's a motor and motor will be defined in terms of OUT*) so it should be quite straightforward to implement this.
@adman what do you think?