mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
docs: document more builtin
functions/methods (#14229)
This commit is contained in:
parent
dcdfdf4dd8
commit
a2338dbb7c
8 changed files with 19 additions and 1 deletions
|
@ -22,7 +22,7 @@ fn main() {
|
|||
mut a := i64(0)
|
||||
mut b := i64(0)
|
||||
mut c := i64(1)
|
||||
println(a + c + c)
|
||||
println(a + b + c)
|
||||
for _ in 0 .. stop {
|
||||
// Set a and b to the next term
|
||||
a = b
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue