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/step6_file.m | |
| parent | c3023f2642064bb416bc6b817ab5ea80fec29fce (diff) | |
| download | mal-c4033aab513035999bb322b2063b6fbf57bedc97.tar.gz mal-c4033aab513035999bb322b2063b6fbf57bedc97.zip | |
matlab: add step8
Diffstat (limited to 'matlab/step6_file.m')
| -rw-r--r-- | matlab/step6_file.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/matlab/step6_file.m b/matlab/step6_file.m index 63fd84a..674a53a 100644 --- a/matlab/step6_file.m +++ b/matlab/step6_file.m @@ -22,7 +22,7 @@ end function ret = EVAL(ast, env) while true - if ~iscell(ast), + if ~iscell(ast) ret = eval_ast(ast, env); return; end |
