HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

LBL - Goto?

06-04-2003, 12:09 PM#1
Vexorian
Does Jass have A label system?
06-04-2003, 02:09 PM#2
ChrydGod
A bit like cobol it is only based on declaration fields

when you look at a complete Jass program (a map script for example) you have fields for constants, globals then functions.

But when you think about it, declaring a function and calling it later works in a similar and better way than using labels.

The only thing i regret with jass is its lack of natives compared to any other langage. Or maybe it has them and we just aren't aware of it.


Regards