1 2 3 4 5 6 7 8 9
@import("basic.felan"); main :: () -> void { a := 2; a += @insert("2"); print(a); // @insert("print(123);"); };