mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
add try catch
This commit is contained in:
@@ -42,6 +42,8 @@ func translateVal(code UNPARSEcode, index int, codelines []UNPARSEcode, isLine i
|
||||
return parseForLoop(code, index, codelines)
|
||||
} else if isGenericImport(code) {
|
||||
return parseGenericImport(code, index, codelines)
|
||||
} else if isTryCatch(code) {
|
||||
return parseTryCatch(code, index, codelines)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user