mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-04-07 16:41:59 +00:00
Update looping examples
This commit is contained in:
parent
60b526bcb0
commit
12cab55271
Binary file not shown.
@ -11,7 +11,7 @@
|
||||
(RETURN I)
|
||||
)))
|
||||
(FORLOOP (LAMBDA (I M)
|
||||
(FOR I 1 1 (< I M) (PRIN I))
|
||||
(FOR I I 1 (< I M) (PRIN I))
|
||||
))
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user