[Documentation Troubleshooting]: Implementing if-else block in @mk gives invalid construction statement
error
#15
Labels
documentation
Improvements or additions to documentation
I am trying to implement the following Python class into equivalent Julia code using
ObjectOriented.jl
It seems that
ObjectOriented.jl
does not accept if-else statement within an@mk
block. For example the following code returns the errorLoadError: invalid construction statement if a_input < 0
:The text was updated successfully, but these errors were encountered: