fix variable unable to be assigned on the same line

This commit is contained in:
2023-08-06 18:23:35 +01:00
parent fc8916ce4b
commit 035df80758
7 changed files with 108 additions and 105 deletions

View File

@@ -10,7 +10,7 @@ var Args = os.Args[1:]
type stack = []ArObject
const VERSION = "3.0.0"
const VERSION = "3.0.1"
// Example struct
type Person struct {