1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 17:20:23 +03:00
mal/examples
Nicolas Boulenguez e6d41de4d5 load-file: accept empty file or final comment, return nil
Let `load-file` append a new line in case last line contains a
comment.

Also append `nil` so that the return value is predictible. Remove the
existing explicit `nil` from existing sources.

Adapt documentation and tests.
2019-07-28 13:08:05 +02:00
..
clojurewest2014.mal load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
exercises.mal load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00
hello.mal Move mal code examples from mal/ to examples/ 2015-11-12 17:00:55 -06:00
presentation.mal load-file: accept empty file or final comment, return nil 2019-07-28 13:08:05 +02:00