17afe157e2888f5c884ca83e68f8a3af71d05c93
[sandbox] / integration_tests / 0004_define_evaluates_definition.stt
1 (define hello-world "Hello, world")
2 (define hello-world-copy hello-world)
3 (print hello-world-copy)
4 0