On Wed, 12 Jul 2017, Sven Schreiber wrote:
Am 11.07.2017 um 18:34 schrieb Sven Schreiber:
> Am 11.07.2017 um 18:22 schrieb Allin Cottrell:
>>> My suggestion is to introduce another wildcard character in addition to
>>> '*', say '?', which would just mean a single character.
>>
>> OK, I like that one, and it's now done in git.
>
> Great -- I'm eager to test, but right now I have a deadline-y thing first,
> unfortunately.
That seems to work fine, thanks! Just to check, this (* and ?) are
only valid in a 'genr' type context, right?
In a sense, but creating a list (even an anonymous) is in itself a
genr-type context. So for example the following works OK:
<hansl>
open data4-1
print b*
print be?rms
logs *e*
ols price 0 b*
</hansl>
Allin