comparison kerneljs.rhope @ 136:fc3815b7462f

Javascript backend now produces working code for some simple examples, still more of the standard lib that needs to be ported.
author Mike Pavone <pavone@retrodev.com>
date Sun, 14 Nov 2010 23:07:55 -0500
parents
children
comparison
equal deleted inserted replaced
135:18a4403fe576 136:fc3815b7462f
1 Import kernelbase.rhope
2 Import arrayjs.rhope
3 Import stringjs.rhope
4
5 Blueprint Boolean
6 {
7 Val(Boolean,Naked)
8 }
9
10