mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib: transfer intro to readme; normalize comments
This commit is contained in:
@@ -25,7 +25,7 @@ pub fn (f File) is_opened() bool {
|
||||
return f.opened
|
||||
}
|
||||
|
||||
/***************************** Write ops ****************************/
|
||||
// Write ops
|
||||
|
||||
pub fn (mut f File) write(s string) {
|
||||
if !f.opened {
|
||||
|
Reference in New Issue
Block a user