1
0
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:
Ned Palacios
2020-06-08 05:04:23 +08:00
committed by GitHub
parent a530c52b2d
commit 36edd6295f
16 changed files with 538 additions and 542 deletions

View File

@@ -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 {