#lang (with_import "./new_kraken.kp" new_kraken_untyped)
{
let my_var = 1337
(println $"this is string interpolation: $(+ 1 3 4) <- cool right? another $my_var yep even variables")
}