Menu

s"

2023-08-14
2023-08-18
  • Jan Kromhout

    Jan Kromhout - 2023-08-14

    S" is in flashforth compile only, in several forth dialects it is a immediate word. Why is chosen for this construct?
    Is it posible to show the definition of s",

     
  • Mikael Nordman

    Mikael Nordman - 2023-08-18

    The definition can be seen in the assembler source file. I had no need for interactive string handling, so it was skipped for simplification,

     
  • Mikael Nordman

    Mikael Nordman - 2023-08-18

    Maybe this works.

    : si" [char] " parse ;
    si" hello sir" type
    
     

    Last edit: Mikael Nordman 2023-08-18

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.