lambda_mountain 1.12.9

Lambda Mountain
Documentation
1
2
3
4
5
6

main := (
   (write-file('tests/lm/writable_hello\,txt 'hello_world_junk_data))
   (write-file('tests/lm/writable_hello\,txt 'hello_world))
   (print-s (load-file 'tests/lm/writable_hello\,txt))
);