[m-users.] Documentation of "^" wanted
Zoltan Somogyi
zoltan.somogyi at runbox.com
Sat Apr 10 22:47:34 AEST 2021
2021-04-10 22:35 GMT+10:00 "Volker Wysk" <post at volker-wysk.de>:
> :- func bitmap ^ bit(bit_index) = bool.
> % :- mode bitmap_ui ^ bit(in) = out is det.
> :- mode in ^ bit(in) = out is det.
>
> What does that "^" mean? It's listed in the "builtin operators" chapter in
> the language reference manual, but there it isn't listed what it means. What
> do I have to look for in the manual?
Section 3.4 of the reference manual documents field access functions,
including user defined ones such as this one.
Zoltan.
More information about the users
mailing list