diff --git a/quick_mafs.m b/quick_mafs.m new file mode 100644 index 0000000..063a910 --- /dev/null +++ b/quick_mafs.m @@ -0,0 +1,17 @@ +function [the_ting] = quick_mafs(x) + +y = x + 2; +z = y - 1; + +if y == 4 + +    if z == 3 +    disp('2+2 is 4-1 thats 3 QUICK MAFS') +        the_ting = 'skraa'; +    end + +else the_ting = 'no skraa'; + +end + +end \ No newline at end of file