Data update
This commit is contained in:
parent
61b93a2cd1
commit
5af6d93694
858 changed files with 20572 additions and 2082 deletions
10
Task/Loops-While/LDPL/loops-while.ldpl
Normal file
10
Task/Loops-While/LDPL/loops-while.ldpl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
data:
|
||||
n is number
|
||||
|
||||
procedure:
|
||||
store 1024 in n
|
||||
while n is greater than 0 do
|
||||
display n lf
|
||||
divide n by 2 in n
|
||||
floor n
|
||||
repeat
|
||||
Loading…
Add table
Add a link
Reference in a new issue