I learned how to use source code markup! It's pretty useable. Previously I had tried to paste code with inline syntax. So this nested conditions
inline
if1if23elseif45else6
Become to this:
if1thenif2thenreturn3elseif4thenreturn5elsereturn6endend
It is confusing, fix please
I learned how to use source code markup! It's pretty useable. Previously I had tried to paste code with
inlinesyntax.So this nested conditions
Become to this:
It is confusing, fix please