unqualified - Open-Turing-Project/TuringDocs GitHub Wiki
#unqualified
##Description When an identifier x is exported from a module, monitor or class M using the keyword unqualified, it can be used outside of M without the qualification "M.". In other words, outside of M, it can be referred to as simply x. The keyword unqualified can be written in its short form as ~. which is pronounced "not dot", as in:
export ~. x
##See als
o export list.