Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
procedure main()
|
||||
lim := 13
|
||||
wid := 5
|
||||
every writes(right("* |" | (1 to lim) | "\n",wid)|right("\n",wid*(lim+1),"_")) # header row and separator
|
||||
every (i := 1 to lim) &
|
||||
writes(right( i||" |" | (j := 1 to lim, if j < i then "" else i*j) | "\n",wid)) # table content and triangle
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue