[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:
parent
7761b1fa3d
commit
ad9fb28052
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue