mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
Update haxe.html.markdown
Correct the condition variable for "do statement always runs at least once" section
This commit is contained in:
@@ -323,7 +323,7 @@ class LearnHaxe3{
|
|||||||
var l = 0;
|
var l = 0;
|
||||||
do{
|
do{
|
||||||
trace("do statement always runs at least once");
|
trace("do statement always runs at least once");
|
||||||
} while (i > 0);
|
} while (l > 0);
|
||||||
|
|
||||||
// for loop
|
// for loop
|
||||||
/*
|
/*
|
||||||
|
Reference in New Issue
Block a user