static box Main { main() { using "examples/include_math.nyash" as Math local r = Math.add(1, 2) return r } }