|
|
add feature FEATURE_GET_ELEMENT4CALL disabled compatibility
1. $s[123]
string methods hidden: ^try-catch{ $hide[$s.length] $hide.CLASS_NAME }
$d(^s.double[])
$i(^s.int[])
2. $d
double methods available: $m[$d.inc] ^m[] $d
3. $i
int methods available: $m[$i.inc] ^m[]^m[] $i
4. ^try-catch{ $i.nothing }
5. ^try-catch{ ^i.something[] }
6. ^try-catch{ $d.nothing }
7. ^try-catch{ ^d.something[] }