| ▲ | nine_k an hour ago | |
There's no docs or implementation, but I'd say that `.` in Forth is a generic way to print something, and `emit` may do more work, like HTML escaping. | ||
| ▲ | wizzwizz4 an hour ago | parent [-] | |
It looks like it's the opposite: `.` does HTML escaping, whereas `emit` is raw. | ||