Coggle requires JavaScript to display documents.
while([condition]) {[body]}
for (int i=0; i<5; i++) {[body]}
int
43
double
3.14159
string
"I am a string!"
[1, 2, 1, 50, 29]
["apple", "orange", "banana"]
bool
true
false
if ([condition]) {[body]}