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