fix some string bugs and make external-file-loading work

This commit is contained in:
2021-02-26 20:49:10 -05:00
parent 7291ca86c8
commit 5e782bc728
4 changed files with 82 additions and 18 deletions

3
examples/example.prsp Normal file
View File

@@ -0,0 +1,3 @@
.( Loading )
: CUBE DUP DUP * * ;
: SQUARE DUP * ;