Ljzn / mini_forth

https://mini-forth.vercel.app
BSD 2-Clause "Simplified" License
17 stars 5 forks source link

module system #8

Closed Ljzn closed 4 years ago

Ljzn commented 4 years ago
"module_x" module

"https://example.com/package/module_y.fth" use

: word_x module_y:word_y ;
Ljzn commented 4 years ago

introduced the special word: import .