Mercurial > repos > public > sbplib
view printExpr.m @ 949:6d2167719557 feature/utux2D
Remove half-commented switch in Utux.
author | Martin Almquist <malmquist@stanford.edu> |
---|---|
date | Wed, 05 Dec 2018 15:27:44 -0800 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end