2019-10-09 07:02:45 +03:00
|
|
|
//import os2
|
2019-10-07 01:31:01 +03:00
|
|
|
|
|
|
|
fn test_open() {
|
2019-10-09 06:41:55 +03:00
|
|
|
/*
|
2019-10-07 01:31:01 +03:00
|
|
|
$if mac {
|
|
|
|
f := os2.create('os2.test')
|
|
|
|
f.writeln('hello world!')
|
|
|
|
f.close()
|
|
|
|
}
|
2019-10-09 06:41:55 +03:00
|
|
|
*/
|
2019-10-07 01:31:01 +03:00
|
|
|
}
|