UNPKG

force-lang

Version:

a modern forth lang compatible with NodeJS

14 lines (13 loc) 182 B
export default { pippo: 2, pluto: 'pluto', kk: () => 2, succ: x => x + 1, add: (x, y) => x + y, kk2() { return this.pluto; }, alvaro() { return 'ww'; }, };