make native function support and start working on support for error catching
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# SPDX-FileCopyrightText: 2025 William Bell
|
||||
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
let f()=f()
|
||||
f()
|
||||
let f(name)=""
|
||||
f("bruh")()
|
||||
Reference in New Issue
Block a user