From 289754f5777b93b8c8610b6822a8ccf0e04f4a4a Mon Sep 17 00:00:00 2001 From: pdolan Date: Thu, 7 Dec 2017 12:17:10 -0500 Subject: [PATCH] fire in the booth --- quick_mafs.m | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 quick_mafs.m 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