diff --git a/src/truth-table.tsx b/src/truth-table.tsx index 1698999..5c596b2 100644 --- a/src/truth-table.tsx +++ b/src/truth-table.tsx @@ -22,6 +22,7 @@ import { import { Button, MySwitch } from "./components/button"; import MyDialog from "./components/dialog"; import { exportToExcel } from "./functions/export"; +import { Link } from "./components/link"; type Option = { name: string, value: "NONE" | "TRUE" | "FALSE" | "DEFAULT" | "TRUE_FIRST" | "FALSE_FIRST" }; @@ -146,11 +147,12 @@ const TruthTablePage: Component = () => {
{ `Fill in a truth expression and it will be simplified for you as much as possible. +
Fill in a truth expression and it will be simplified for you as much as possible. It will also genereate a truth table with all possible values. You can use a single letter, word or multiple words without spacing for each atomic value. If you do not want to simplify the expression, simply turn off the toggle. - Keywords for operators are defined below. Parentheses is also allowed` }
+ Keywords for operators are defined below. Parentheses is also allowed. +API docs can be found here.
{ index() + 1 }: | -{
-
- { "using" }: { operation.law } } - |
- { typeof window !== "undefined" && window.outerWidth > 640 &&
- { "using" }: { operation.law } | } -
{ fetchResult()?.after }
{ index() + 1 }: | +{
+
+ { "using" }: { operation.law } + |
+ { "using" }: { operation.law } | +