mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix variable unable to be assigned on the same line
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user