blob: e2357c798753a12d19f35aface5a1acb567adf72 (
plain) (
tree)
|
|
{
v = (builtins.tryEval (toString <oink>)).value;
w = builtins.tryEval <nope>;
x = builtins.tryEval "x";
y = builtins.tryEval (assert false; "y");
z = builtins.tryEval (throw "bla");
}
|