StructureIf you are new to ESPL, or have not programmed since your school days way back when, this material is for you. It introduces you to some of the basics of programming and ESPL's syntax and semantics. Comments { This is a comment } Ensign Software tends to use the curly braces for making comments in our examples. Comments are ignored by the compiler and to not increase the size of the compiled program nor slow down the execution speed. Structure var ESPL's structured style lends itself to programming code that is readable and maintainable. |