h3rald / min

A small but practical concatenative programming language and shell
https://min-lang.org
MIT License
309 stars 23 forks source link

Docs: prompt #17

Closed mwgkgk closed 6 years ago

mwgkgk commented 6 years ago

This lacks an opening quote:

([$1]$$ " (.) => %)

should be

("[$1]$$ " (.) => %)

Unlike other predefined symbols, this symbol is unsealed

Does not apply to .minrc, which is where we're likely to redefine prompt from

h3rald commented 6 years ago

Fixed both problems, thanks a lot for spotting them!