File:  [parser3project] / parser3 / tests / 420.html
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Thu Sep 28 12:40:14 2023 UTC (2 years, 10 months ago) by moko
Branches: MAIN
CVS tags: HEAD
tests updated after bug #1228 fix reverted

1. $s[123]

string methods hidden: ^try-catch{ $s.length }

$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[] }

E-mail: