Login

Fancade Wiki

Updated Fancade Text Code Format.md (markdown)

... ...
@@ -5,11 +5,13 @@ Here is what we have done so far ...
5 5
# Basics
6 6
7 7
**Value Types** :
8
```• Num varName = 0 ; //NaN ~ Integers ~ Inf
9
• Tru varName = 0 ; //boolean either 0 or 1 only
10
• Vec varName[x , y , z] ;
11
• Rot varName[x , y , z] ;
12
• Obj varName = Obj ;
8
```
9
- Num varName = 0 ; //NaN ~ Integers ~ Inf
10
- Tru varName = 0 ; //boolean either 0 or 1 only
11
- Vec varName[x , y , z] ;
12
- Rot varName[x , y , z] ;
13
- Obj varName = Obj ;
14
```
13 15
14 16
Basic Math Operators
15 17
• Add - (+)
Fancade Wiki