Mercurial > repos > public > sbplib
view printExpr.m @ 891:fd85412c7a99
Add function to get the hgRevision hash as a string
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Thu, 22 Nov 2018 07:25:52 +0100 |
parents | 54d3ab296ba0 |
children |
line wrap: on
line source
function printExpr(expr) result = evalin('caller',expr); fprintf('%s => %s\n', expr, toString(result)); end