Skip to content

unit CompositeI

em.lang/CompositeI.em
1
2
3
4
5
6
7
8
package em.lang

interface CompositeI

    host function em$configure()
    host function em$preconfigure()

end