Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fire in the booth
  • Loading branch information
pjd12003 committed Dec 7, 2017
1 parent 4c1866c commit 289754f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions 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

0 comments on commit 289754f

Please sign in to comment.