Problem: Steps to Miles
Code: Steps+to+Miles/whio_1738268831
Nibbles version: 0.2 | 0.21 | 0.22 | 0.23 | 0.24 | 0.25 | 1.00
Format: Compact | Simple | +Type | Table | JSON | .nbl (DeBruijn) | .nbl (names)
| Depth | Lit | Desc | Type | Arg | Let |
|---|---|---|---|---|---|
| 0 | | implicit map with implicit range | [[chr]] | ||
| * 1 | 35 | integer | int | ||
| * 1 | : | append | [chr] | B:int A:int | |
| ** 2 | : | append | [chr] | ||
| *** 3 | $ | = B | int | ||
| *** 3 | "K: " | string | [chr] | ||
| ** 2 | : | append | [chr] | ||
| *** 3 | * | join | [chr] | ||
| **** 4 | "." | string | [chr] | ||
| **** 4 | : | append | [int] | ||
| ***** 5 | `/ | divmod | int | C:int | |
| ****** 6 | / | divide | int | ||
| ******* 7 | + | add | int | ||
| ******** 8 | * | multiply | int | ||
| ********* 9 | 183 | integer | int | ||
| ********* 9 | $ | = B | int | ||
| ******** 8 | 21 | integer | int | ||
| ******* 7 | 40 | integer | int | ||
| ****** 6 | 10 | integer | int | ||
| ***** 5 | $ | = C | int | ||
| *** 3 | "mi" | string | [chr] |