Support string literal #146
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Strings should be saved in a static buffer. In the first step a string can be translated to a pointer to a position in this buffer (in the final language it is a record with the length and pointer).