miss_hit icon indicating copy to clipboard operation
miss_hit copied to clipboard

nasty examples for mh_reformat

Open florianschanda opened this issue 5 years ago • 0 comments

function abs= foo (x), if ((x < 0)),,abs=-x;else,abs=x;,; end;

Needs 2 iteration of fixing

florianschanda avatar Feb 27 '20 10:02 florianschanda