Login

Fancade Wiki

Updated Fancade Text Code Format.md (markdown)

... ...
@@ -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
```
Fancade Wiki