Changes
Jump to navigation
Jump to search
2 bytes added
, 09:06, 11 March 2020
| Line 11: |
Line 11: |
| | | | |
| | ===Code=== | | ===Code=== |
| − | <math>PRIMES(100)\ | + | <math> |
| | + | PRIMES(100)\ |
| | .$("x^2")\ | | .$("x^2")\ |
| | .$(x=>x-1)\ | | .$(x=>x-1)\ |
| | .$(x=>x%24)\ | | .$(x=>x%24)\ |
| − | PRIMES(10000)</math> | + | PRIMES(10000) |
| | + | </math> |
| | | | |
| | ==Examples== | | ==Examples== |