string bounds 2



string_bounds2
Smart pascal source code
var s = 'string'; WriteLn(s[0]); {<<< RESULT - CONSOLE LOG >>> ----------------------------- Errors >>>> Runtime Error: Lower bound exceeded! Index 0 [line: 2, column: 10] Result >>>> ----------------------------- {<<<<<<<<< THE END >>>>>>>>>}