io_calculator/church-bools.txt
2023-10-31 17:44:16 +01:00

13 lines
157 B
Text

'defun '; defun
'_ 'true ;
'true 'T ;
'~ '_ 'false ;
'false 'F ;
''false '~ ''true '~ 'exec 'NOT ;
''false '~ 'exec 'AND ;
'NOT '~ 'NOT 'AND 'NOT 'OR ;