Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

nisp-list

node v4.9.1
version: 3.0.0
endpointsharetweet
var nisp = require("nisp").default; var $if = require("nisp/lib/if").default; var sandbox = { "?": $if }; var exp = ['?', 1 , 'a' , 'b']; var exp2 = ['?', 0 , 'a' , 'b']; nisp(exp, sandbox); // => a
var nisp = require("nisp").default; var $if = require("nisp/lib/if").default; var sandbox = { "?": $if }; var exp = ['?', 1 , 'a' , 'b']; var exp2 = ['?', 0 , 'a' , 'b']; nisp(exp2, sandbox); // => b
Loading…

no comments

    sign in to comment