; GoScintilla 2.0. ; By Stephen Rodriguez. #MyConstant$="Version = 1.0" ;{ /////////////////////////// Global Dim a.s(11) : a(0)="1" Global Dim b.coord(11) : b(0)\x=1 : b(0)\y=2 Global c.coord : c\x=c\y ;} /////////////////////////// Declare.i AddIntegers(a, b) Procedure.i AddIntegers(a, b) Protected result result=a+b ; Simple Calculation ProcedureReturn result EndProcedure Debug 1 & 11 | 22 << 1 Debug "Value = "+Str($FF%%1101*22) Debug "The sum of 10 and 20 is "+Str(AddIntegers(10, 20)) End