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
we need built-in functions like:
we can either hard code to
Environmentor support syntax likethen implement in codegen