Enums/Script.ps1

Add-Type -TypeDefinition @"
public enum Script {
    superscript,
    subscript,
    none
}
"@