>Or if clearly make basic types look *very* different from user-defined
>types:

>       my Dog $spot;
>       my *int $i;             # types that start with * are "basic"

Intrinsics (basic types) are in lower-case.
User-defined types aren't.

    our num  $Count;
    my  Word @verbs;

One wonders whether bigna and complices should make the builtin list.

--tom

Reply via email to