Updated Fancade Text Code Format.md (markdown)
commited
commit
f5cb5ab2331947a84bb5bf27429f67a635745231
... | ... | @@ -29,8 +29,7 @@ Basic Math Operators |
29 | 29 | |
30 | 30 | Control |
31 | 31 | |
32 | ## |
|
33 | ||
32 | ## _ |
|
34 | 33 | ***if*** |
35 | 34 | ``` |
36 | 35 | • If (condition) { function } else { function } ; |
... | ... | @@ -44,7 +43,7 @@ Control |
44 | 43 | |
45 | 44 | |
46 | 45 | |
47 | ## |
|
46 | ## _
|
|
48 | 47 | ***Loop*** |
49 | 48 | ``` |
50 | 49 | • Loop[ start , end ]( ) |