Ljzn / mini_forth

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

warning to unused words #7

Open Ljzn opened 4 years ago

Ljzn commented 4 years ago

we need a mechanism to tag the public or private words.

Ljzn commented 4 years ago
: export
  "word1"
  "word2"
  "word3"
;