6 lines
135 B
Text
6 lines
135 B
Text
|
export {
|
||
|
fn: func(a, b, c) {
|
||
|
quatro := import("./dos/quatro/quatro.mshk")
|
||
|
return quatro.fn(a, b, c, "tres")
|
||
|
}
|
||
|
}
|