DreamBerd icon indicating copy to clipboard operation
DreamBerd copied to clipboard

[Feature Request] Signos de puntuación iniciales for spanish users.

Open MrMxffin opened this issue 1 year ago • 4 comments

Spanish users (and others) should be able to use the inverted question mark "¿" and inverted exclamation mark "¡". If inverted punctuation is used, it must match the counterparts at the end.

MrMxffin avatar Feb 11 '24 18:02 MrMxffin

This should be like the currency for interpolation and it should give a compilation error if not used and it's a rule of the language of the location you are in.

print("Hello World")! // This is fine in most countries

¡print("Hello World")! // This is mandatory in South America and Spain. (otherwise compilation fails)

Alevale avatar Feb 16 '24 01:02 Alevale

This might clash with negative priority, which already uses the inverted exclamation mark.

mybearworld avatar Feb 23 '24 13:02 mybearworld

This might clash with negative priority, which already uses the inverted exclamation mark.

WOWOW, is that actually a thing? (sorry I didn't see it in the readme 🤔 ) do you happen to have a link?

Alevale avatar Feb 23 '24 14:02 Alevale

do you happen to have a link?

Sure, last code block here: https://github.com/TodePond/DreamBerd?tab=readme-ov-file#overloading

https://github.com/TodePond/DreamBerd/blob/4700ff9c358cb340083077104855e8c9eed9c4f9/README.md?plain=1#L541-L547

mybearworld avatar Feb 23 '24 14:02 mybearworld