Comment correction
This commit is contained in:
@@ -210,7 +210,7 @@ class CALL(compiler.CALL):
|
||||
# Find the functions in the function list
|
||||
if self.f_name not in FUNCTIONS:
|
||||
raise RuntimeError(f"Call to undefined function '{self.f_name}'")
|
||||
# Determine start and exit node of the function
|
||||
# Determine the start and exit node of the function
|
||||
f_start, f_end = FUNCTIONS[self.f_name]
|
||||
|
||||
# Create return node from function
|
||||
|
||||
Reference in New Issue
Block a user