Browse Source

Wrote about OR

Samuel W. Flint 7 years ago
parent
commit
970d10af51
1 changed files with 4 additions and 3 deletions
  1. 4 3
      larcs.org

+ 4 - 3
larcs.org

@@ -2107,7 +2107,7 @@ As with numbers, variables are a relatively simple thing to format.  If the vari
               (convert-for-display term))))
 #+END_SRC
 
-** WORKING Converter [1/7]
+** WORKING Converter [2/7]
 :PROPERTIES:
 :CREATED:  <2016-06-14 Tue 17:18>
 :ID:       88d433ad-e381-4747-8a29-2d78bc759fbf
@@ -2168,13 +2168,14 @@ Like other rules, this formats a list of other sub-equations, with the symbol $\
               (mapcar #'convert-for-display terms))))
 #+END_SRC
 
-*** TODO Or
+*** DONE Or
+CLOSED: [2016-12-09 Fri 15:22]
 :PROPERTIES:
 :CREATED:  <2016-06-14 Tue 17:38>
 :ID:       276de305-32c4-4f79-96e7-d0a99ff24f78
 :END:
 
-Foo
+This does the same thing as "And", replacing the symbol with $\lor$ (~\lor~).
 
 #+Caption: Or Operator
 #+Name: stf-or-operator