1Builtins.Lookup_From_Non_ArrayK(a3ykaaymao)dule rBeufielrteinncse.Lookup_From_Non_Array(3kaya)
2
3
4
6 Builtins::Lookup_From_Non_Array - Tried to lookup in an array
7
9 Builtins::Lookup_From_Non_Array(
10
12 This Exception is thrown when an array lookup is performed on something
13 other than an array:
14
15
16 a = "Hello"[1];
17
18 In the example, the compiler would catch the error - in practice this
19 error can occur when accessing an uninitialised value, or a value with
20 inconsistent type information due to foreign function calls.
21
23 Kaya standard library by Edwin Brady, Chris Morris and others
24 (kaya@kayalang.org). For further information see http://kayalang.org/
25
27 The Kaya standard library is free software; you can redistribute it
28 and/or modify it under the terms of the GNU Lesser General Public
29 License (version 2.1 or any later version) as published by the Free
30 Software Foundation.
31
32
33
34Kaya DecemberB2u0i1l0tins.Lookup_From_Non_Array(3kaya)