GSL - The Gsharp Script LanguageGSL is an interpreted programming language which can be used to control Gsharp and develop graphics applications. The Graph templates used by the Gsharp Web Edition examples are all written in GSL. GSL can be programmed using a text editor, or GSL can generated using the Gsharp Professional Edition. In order to create your own graph templates, you will need to know how to program GSL. The Gsharp Professional Edition comes with an interactive Script Builder tool.For GSL programming please see The Gsharp Script Language. Another good source of GSL programming information is the collection of Gsharp examples. You will find GSL examples generated using the Gsharp Script Builder tool showing object creation and property setting, as well as programmed examples using more advanced program structure and flow control. Here is an example of a Gsharp Script - framework.gsw:
Don't worry about understanding this yet - we'll look at it in more detail later. Now carry on to Writing HTML from GSL |