fix bug which would make syntax errors inside functions display the wrong line

This commit is contained in:
2024-04-09 16:19:29 +01:00
parent 31158dfb89
commit 42e12933bf
2 changed files with 33 additions and 112 deletions

View File

@@ -10,8 +10,8 @@ var Args = os.Args[1:]
type stack = []ArObject
const VERSION = "3.0.4"
const VERSION_NUM = 0
const VERSION = "3.0.4-2"
const VERSION_NUM = 1
// Example struct
type Person struct {