Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
TextWindow.Write("Number of rows? ")
|
||||
r = TextWindow.ReadNumber()
|
||||
For i = 0 To r - 1
|
||||
c = 1
|
||||
For k = 0 To i
|
||||
TextWindow.CursorLeft = (k + 1) * 4 - Text.GetLength(c)
|
||||
TextWindow.Write(c)
|
||||
c = c * (i - k) / (k + 1)
|
||||
EndFor
|
||||
TextWindow.WriteLine("")
|
||||
EndFor
|
||||
Loading…
Add table
Add a link
Reference in a new issue