aboutsummaryrefslogtreecommitdiff
path: root/project/QBarInterpreter/qbar_lang/io/IO.qbar
blob: ad6a3cc11f022ec7daa2d4c23d2ebc87a83f1a64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
-{
	This namespace has several native methods
	that are used to help dealing with file operations.
}-

@infix << 30;
Namespace IO {
	-{
		Incorporates com.modulus.qbar.io.IOTools class
	 }-
	Incorporate Native com.modulus.qbar.io.IOTools;
}