@@ -279,7 +279,7 @@ Type TCTranslator Extends TTranslator
For Local i:Int = 0 Until TArrayType( ty ).dims - 1
s:+ ","
Next
- Return s + "]"
+ Return s + "]" + p
End If
If TObjectType( ty ) Then
Local t:String = ":"
@@ -25,7 +25,7 @@ SuperStrict
Import "base.configmap.bmx"
-Const version:String = "0.76"
+Const version:String = "0.77"
Const BUILDTYPE_APP:Int = 0
Const BUILDTYPE_MODULE:Int = 1