Functions | |
elseif (nargin==2) retval | |
else | print_usage () |
endif endfunction | !assert (strcmp(dec2bin(14),"1110")) |
!error | dec2bin () |
!assert (strcmp(dec2bin(14, 6),"001110")) | |
!error | dec2bin (1, 2, 3) |
Variables | |
function | retval |
!assert | ( | strcmp(dec2bin(14, 6),"001110") | ) |
endif endfunction !assert | ( | strcmp(dec2bin(14),"1110") | ) |
!error dec2bin | ( | 1 | , | |
2 | , | |||
3 | ||||
) |
!error dec2bin | ( | ) |
elseif | ( | nargin | = =2 |
) |
else print_usage | ( | ) |