mirror of
https://github.com/PashaBibko/LX.git
synced 2026-04-03 17:39:02 +00:00
Refactored error handling
Now uses base error class which has an abstract function for overiding how it is displayed to the console.
This commit is contained in:
BIN
example/Main.exe
Normal file
BIN
example/Main.exe
Normal file
Binary file not shown.
@@ -1,12 +1,6 @@
|
||||
func add(int a, int b)
|
||||
{
|
||||
return a + b
|
||||
}
|
||||
|
||||
func main()
|
||||
{
|
||||
int a
|
||||
a = 7834
|
||||
int a @
|
||||
|
||||
int b
|
||||
b = 6
|
||||
|
||||
BIN
example/main.obj
Normal file
BIN
example/main.obj
Normal file
Binary file not shown.
Reference in New Issue
Block a user