Open wboeke opened 2 weeks ago
I have a request: in aster, there is one string-word missing: ," It would make possible e.g.:
create nam ," John" nam count type
Maybe for you it would be easy to implement this?
Hey, sorry for getting back so late! This word does seem nice to have. It can be implemented with the following: : ," [char] " word c@ 1+ allot ; And it's now added to aster.f
: ," [char] " word c@ 1+ allot ;
I have a request: in aster, there is one string-word missing: ," It would make possible e.g.:
Maybe for you it would be easy to implement this?