Skip to content

bug: fixes short-circuit expressions

Giannis Nikiteas requested to merge bug/fortran-short-circuit into master

Short-circuit expressions are not supported in Fortran removed them and replaced them with explicit conditionals.

Merge request reports