mitra42 / webForth

Forth for the web - implemented in JS and other web technologies
https://www.mitra.biz/forth/console.html
GNU Affero General Public License v3.0
27 stars 1 forks source link

Move UserInit to COLDD #21

Closed mitra42 closed 3 years ago

mitra42 commented 3 years ago

User initialization is in a JS structure (UserInit) - best to move to COLDD and copy from there.

mitra42 commented 3 years ago

Done