Problem: Multiplication Table
Code: Multiplication+Table/plcc_1772454439
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 | ; | save | int | A:int | |
| ** 2 | 12 | integer | int | ||
| * 1 | . | map | [[chr]] | C:int B:int | |
| ** 2 | , | range from 1 | [int] | ||
| *** 3 | _ | = A | int | ||
| ** 2 | & | justify | [chr] | D:int | |
| *** 3 | " " | string | [chr] | ||
| *** 3 | 3 | integer | int | ||
| *** 3 | * | multiply | int | ||
| **** 4 | @ | = C | int | ||
| **** 4 | | implicit arg = D | int |