Defining symbols and retrieving values from them
[sandbox] / integration_tests / 0003_define.stt
1 (define hello-world "Hello, world")
2 (print hello-world)
3 0