Centralize some argument parsing

Improved parser error handling
Fix Sieve Vacation extension
This commit is contained in:
djmaze 2021-01-15 11:34:16 +01:00
parent 55178016a0
commit 68fc9f21bd
7 changed files with 131 additions and 168 deletions

View file

@ -31,7 +31,7 @@ class StringType /*extends String*/
this._value = value;
}
length()
get length()
{
return this._value.length;
}