[SCRIPTER]

* NEW:  Branch created GBS3
* Fix:  Testing function to compare content not accross direct compare
* FIX:  Was Not Detecting main or MAIN only Main when sub main was entered in script
* NEW:  Added Support to correctly place Public Structures Outside of the MAIN function
* NEW:  Added Support to correctly place Public Variables outside the MAIN function
* NEW:  Added Test Suite to verify very basic functionality of the Scripter
* NEW:  Updated usage for gbs and gbw with more details
This commit is contained in:
Brian G 2020-08-10 10:40:39 -07:00
parent 7761b1fa3d
commit ad9fb28052

View file

@ -1,5 +1,7 @@
' Gambas module file
' This module is only used for testing and need not be included in the final executable
Public $bTestDebug As Boolean = False
Private gbsver As String = "gambas" & System.version
Private ShellScript As String = "#!/bin/bash\n"