This website requires JavaScript.
Explore
Help
Sign in
madmaurice
/
Minilisp.pm
Watch
1
Star
1
Fork
You've already forked Minilisp.pm
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
ba0915f384
Minilisp.pm
/
t
/
loop.t
9 lines
187 B
Perl
Raw
Normal View
History
Unescape
Escape
Add plan to each test
2021-04-09 00:01:27 +02:00
(
plan
1
)
Add loop macro and a test
2021-04-07 23:31:28 +02:00
(
expect
"loop"
(
equal
(
let
(
(
i
0
)
)
(
loop
(
set
i
(
+
i
1
)
)
(
when
(
>
i
3
)
(
return
i
)
)
)
)
4
)
)
Reference in a new issue
Copy permalink