Mirror of the Rel4tion website/wiki source, view at <http://rel4tion.org>

[[ 🗃 ^yEzqv rel4tion-wiki ]] :: [📥 Inbox] [📤 Outbox] [🐤 Followers] [🤝 Collaborators] [🛠 Commits]

Clone

HTTPS: git clone https://vervis.peers.community/repos/yEzqv

SSH: git clone USERNAME@vervis.peers.community:yEzqv

Branches

Tags

master :: projects / idan / manual / 02-literals /

02-booleans.mdwn

[[!meta title=“2.2 | Booleans”]]

Booleans

[[!template id=todo text=“Provide translation of True and False!!!!!!!!”]]

Boolean literals are simple: there are exactly two of them. True and False. Case sensitive, i.e. true, FaLSe and so on are invalid. They’re simply written as-is as the statement’s object. Example:

<%> myns:has_name       "John Doe"
#^  myns:uses_gnu_linux True
#^  myns:uses_losedows  False
[See repo JSON]