Used to set the delimiter string that separates script statements.
property Delimiter: string stored IsDelimiterStored;
Use the Delimiter property to set the delimiter string that separates script statements. By default it is semicolon (;). You can use slash (/) to separate statements that can contain semicolon if the Delimiter property's default value is semicolon. Note that slash must be the first character in line.