kind | Are | lots |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
var i = 0;
function c = main()
a = 1;
b = 2;
c = add(a, b);
function c = add(a,b)
c = a+b;
kind | Are | lots |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
var i = 0;
function c = main()
a = 1;
b = 2;
c = add(a, b);
function c = add(a,b)
c = a+b;