Minilisp.pm/t/strings.t

2 lines
54 B
Perl
Raw Normal View History

2021-04-02 19:03:50 +02:00
(expect "hello has 5 letters" (= (length "hello") 5))