Mercurial > repos > public > sbplib
view printExpr.m @ 522:68178e013868 feature/grids
Add not-implemented-error for interface method in multiblock.DiffOp
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Tue, 01 Aug 2017 12:22:59 +0200 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end