we need built-in functions like: ```sushi print "hello world" StringLength "hello world" # ... ``` --- we can either hard code to `Environment` or support syntax like ```sushi declare StringLength(s: String): Int ``` then implement in codegen