6 lines
129 B
Text
6 lines
129 B
Text
|
export {
|
||
|
fn: func(a, b, c) {
|
||
|
four := import("./two/four/four.tengo")
|
||
|
return four.fn(a, b, c, "three")
|
||
|
}
|
||
|
}
|