mirror of
https://github.com/dschmenk/PLASMA.git
synced 2025-08-07 18:25:03 +00:00
Update looping examples
This commit is contained in:
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))
|
||||
))
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user