xorvoid / forsp

Forsp: A Forth+Lisp Hybrid Lambda Calculus Language
MIT License
119 stars 14 forks source link

main returns 1 #13

Closed jakiki6 closed 4 weeks ago

jakiki6 commented 4 weeks ago

main() in C is supposed to return 0 when the program finished executing without any errors. It returns 1 in forsp which makes my shell mark the last execution as a failure.