Updated Fancade Text Code Format.md (markdown)
commited
commit
38d17e263cdb0a3d6d972b493c3b9347bd9f6fa9
... | ... | @@ -49,7 +49,8 @@ Loop |
49 | 49 | { function ; return ( counter ) ; } ; |
50 | 50 | ``` |
51 | 51 | or |
52 | ```• Num start = 0 ; |
|
52 | ``` |
|
53 | • Num start = 0 ; |
|
53 | 54 | While (start < end) { start++ , function } ; |
54 | 55 | /*this is loop in a nutshell :D , joke this is the manual loop*/ |
55 | 56 | ``` |