ANIMATE 2025 is here! 2D/3D animation hackathon using Synfig Studio and Blender. For more details, Click here!

Loops For Statement - Tamil

1433 visits



Outline:

Loops - For Statement script ஐ எத்தனைமுறை இயக்க வேண்டும் என்று உங்களுக்கு முன்கூட்டியே தெரிந்திருந்தால் for loop பயன்படும். Syntax: for (init; condition; increment) { இயக்கவேண்டிய code; }