Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
templates formatN&{width:}
|
||||
[ 1..$width -> ' ', '$;'... ] -> '$(last-$width+1..last)...;' !
|
||||
end formatN
|
||||
|
||||
' |$:1..12 -> formatN&{width: 4};
|
||||
' -> !OUT::write
|
||||
'--+$:1..12*4 -> '-';
|
||||
' -> !OUT::write
|
||||
1..12 -> \( def row: $;
|
||||
'$ -> formatN&{width:2};|$:1..($-1)*4 -> ' ';$:$..12 -> $*$row -> formatN&{width:4};
|
||||
' ! \) -> !OUT::write
|
||||
Loading…
Add table
Add a link
Reference in a new issue