diff options
| author | Joel Martin <github@martintribe.org> | 2015-02-08 20:35:44 -0600 |
|---|---|---|
| committer | Joel Martin <github@martintribe.org> | 2015-02-08 23:51:47 -0600 |
| commit | c4033aab513035999bb322b2063b6fbf57bedc97 (patch) | |
| tree | 6000856d742db0a89328096a4142df09f3e29cb8 /matlab/step7_quote.m | |
| parent | c3023f2642064bb416bc6b817ab5ea80fec29fce (diff) | |
| download | mal-c4033aab513035999bb322b2063b6fbf57bedc97.tar.gz mal-c4033aab513035999bb322b2063b6fbf57bedc97.zip | |
matlab: add step8
Diffstat (limited to 'matlab/step7_quote.m')
| -rw-r--r-- | matlab/step7_quote.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/step7_quote.m b/matlab/step7_quote.m index eaace83..266751a 100644 --- a/matlab/step7_quote.m +++ b/matlab/step7_quote.m @@ -7,7 +7,7 @@ end % eval function ret = is_pair(ast) - ret = isa(ast, 'cell') && length(ast) > 0; + ret = iscell(ast) && length(ast) > 0; end function ret = quasiquote(ast) |
