further work on translation
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
---
|
||||
engine: julia
|
||||
julia:
|
||||
exeflags: ["--color=yes"]
|
||||
---
|
||||
|
||||
```{julia}
|
||||
@@ -513,7 +515,7 @@ end
|
||||
-------
|
||||
|
||||
The C semantics of `for(i=1; i<5; i++)` corresponds to the `while` loop:
|
||||
```
|
||||
```{.julia}
|
||||
i = 1
|
||||
while i<5
|
||||
*loop body* # here one can also mess with i effectively
|
||||
|
||||
Reference in New Issue
Block a user