"Comment out" parts of the script

Is it possible to comment out (or disable) specific lines of a script?
Is it possible to search in the scripts for a keyword?

Additional question:
I can see I can use “pos” but is there an equivalent for size/scale (I need to make smaller my existing “sub” but retain them, so thought instead of duplicating, I could just apply a script.)

Thanks

Edit > Comment Selection
Edit > Find… > Find

What do you mean by pos and sub? Are you talking about feature code? Then no, you can’t scale glyphs using OpenType feature code. That only allows positioning and substitution.

Yes, thank you, that clears that up.

Thank you for your other answers, all good, I’m a newbie as you might have guessed, appreciate you answering me. Thanks!
:slight_smile:

Commenting out is done by adding a # in front of the line.

Thank you Georg, I saw that after finding the key command Sebastian gave me. I did a search to find this information but did not find anything, it was only a quick search :slight_smile: