how do you order all the script in a hierarchical way? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how do you order all the script in a hierarchical way?

I ask this because everytime I see a new line in others scripts, It's like, separated line by line. sorry about my english

26th Aug 2016, 2:50 PM
Bruno Vignolo Arellano
Bruno Vignolo Arellano - avatar
1 Answer
+ 1
If I've understood the question, you have to think like that: everything that is inside of a structure, have to have a tab space before. es: ...{ { ... } ... { { ... } ... } ... } If you want, and you can use an ide like brackets that is free and will explain you also your syntax mistakes.
4th Sep 2016, 10:59 PM
Antonio Panfili