Ctrl+P
# small umbra snippet code module umbra_test const string world = "World" const number num = 23 def main() { out("Hello, $world!") }