# bug ```st arrayWithSomeUnitsAndString := { 1g . 2g . 3g . 'toto' }. arrayWithSomeUnitsAndString includes: 'toto'. ``` It should return true, but it raises an error. 