ohhmm / skrypt

Serg Kryvonos Relation Yarn Plausibility Tool
MIT License
4 stars 2 forks source link

Braces #8

Open ohhmm opened 7 months ago

ohhmm commented 7 months ago

Like math systems.

Disjunction braces:

[
  Equation 1
  Equation 2
  ...
] 

Conjunction:

{
  Equation 1
  Equation 2
  ...
}
ohhmm commented 6 months ago
   x-1
   [
      x-1
      x-2
    ]

   x

x Expected 1