UNPKG

force-lang

Version:

a modern forth lang compatible with NodeJS

9 lines 191 B
module.exports= { pippo:2, pluto:"pluto", kk:()=>{return 2;}, succ:(x)=>{return x+1;}, add:(x,y)=>{return x+y;}, kk2:function(){ return this.pluto;}, alvaro: function(){return "ww";} }