Timeline for Numbers by Position
Current License: CC BY-SA 4.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | Community Bot |
Commonmark migration
|
|
| Apr 22, 2020 at 11:53 | comment | added | maxb |
There are some issues with implicit block closure with nested loops. you can omit the last } at the end of the script if you have a single loop, but not if you have two or more nested loop blocks which are opened by {.
|
|
| Apr 22, 2020 at 9:53 | history | edited | Kevin Cruijssen | CC BY-SA 4.0 |
added 30 characters in body
|
| Apr 22, 2020 at 9:52 | comment | added | Kevin Cruijssen |
@maxb It does seem to work if I add two trailing }: try 9{î{í}} online.
|
|
| Apr 22, 2020 at 9:46 | comment | added | Kevin Cruijssen |
@maxb Ah, nice golf. Out of curiosity, why doesn't it work when the Ä is {?
|
|
| Apr 22, 2020 at 9:38 | comment | added | maxb |
Without a separator, you could do 9{îÄí, where í pushes the loop limit within a for loop.
|
|
| Mar 19, 2020 at 8:58 | history | answered | Kevin Cruijssen | CC BY-SA 4.0 |