jamesbowman / swapforth

Swapforth is a cross-platform ANS Forth
BSD 3-Clause "New" or "Revised" License
275 stars 55 forks source link

fix the common include paths #64

Open kei77 opened 5 years ago

kei77 commented 5 years ago

fixes error when doing "#include swapforth.fs" according to the J1a SwapForth Reference guide:

u': create'
u'    :'
u'    here >body postpone literal'
u'    postpone ;'
u';'
u''
u'include core.fs'
Cannot find file core.fs in ['.']