diff jslib/urweb.js @ 589:102e81d975e3

Included a recursive function in JavaScript
author Adam Chlipala <adamc@hcoop.net>
date Thu, 01 Jan 2009 11:58:00 -0500
parents 1c969230ee7f
children d49d58a69877
line wrap: on
line diff
--- a/jslib/urweb.js	Thu Jan 01 11:26:34 2009 -0500
+++ b/jslib/urweb.js	Thu Jan 01 11:58:00 2009 -0500
@@ -45,3 +45,4 @@
 function bs(b) { return (b ? "True" : "False") }
 
 function pf() { alert("Pattern match failure") }
+