Files
pork/examples/complex/b.pork

7 lines
58 B
Plaintext
Raw Normal View History

import "c.pork"
export func b() {
c()
println("B")
}