division.expect.txt 375 B

12345678
  1. <span class="hljs-comment"># Divisions</span>
  2. x = <span class="hljs-number">6</span>/foo/i
  3. x = <span class="hljs-number">6</span> /foo
  4. x = <span class="hljs-number">6</span> / foo
  5. x = <span class="hljs-number">6</span> /foo * <span class="hljs-number">2</span>/gm
  6. x = f /foo
  7. x = f / foo / gm
  8. x = f /foo * <span class="hljs-number">2</span>/<span class="hljs-number">6</span>