Is there a simple way to catch and propagate a divide by zero error in
Vala?  In C I can use a setjmp to define a catch point, and then do a
suitable jongjmp from a signal handler.  However this mechanism doesn't
appear to be available to the Vala programmer, so what can be done?

Regards,

Andrew Lees.
_______________________________________________
vala-list mailing list
vala-list@gnome.org
https://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to