making that sentence taught me a bunch more about the German language.
- nouns' genders are decided by the last word in compound nouns
- you can combine almost everything into one compound noun
- there are many ways to say sea, covering the masculine, neutral, and feminine genders
- don't EVER capitalize "du" in an informal scenario
- pen is Kugelschreiber
- Schreiber is used in many ways
That's not how it works. (audio files are not coded in a readable way)
Do you want me to compose an MML soundtrack without the correct soundfont, and then show it to you?
yes, release the demo, but don't release your plans until you have received a lot of positive feedback on your demo. (if you don't get good ratings on your demo, make it better)
DEF FILTERX(S$)
OUTPUT$=""
FOR I=0 TO LEN(S$)-1
IF MID$(S$, I, 1) != CHR$(4) AND MID$(S$, I, 1) != CHR$(4) THEN OUTPUT$=OUTPUT$+MID$(S$, I, 1)
NEXT
RETURN OUTPUT$