Files
MIRROR-LX-OriginalRepo/example/main.lx
Pasha Bibko 616ed1ca21 Refactored error handling
Now uses base error class which has an abstract function for overiding how it is displayed to the console.
2025-05-05 15:44:59 +01:00

10 lines
68 B
Plaintext

func main()
{
int a @
int b
b = 6
return a + b
}