Difference between revisions of "Translations:FP Laboratory 6/1/en"
Jump to navigation
Jump to search
(Importing a new version from external source) |
(No difference)
|
Revision as of 10:15, 20 October 2021
Operators
- Define following functions that performs corresponding logic operations:
not', and', or', nand', xor', impl', equ' - Define the 'standard' priority for all these functions, if they are used as operators.
- Create a function that prints the truth table of a given logical expression for two variables.