E1018 Syntax Errors

Syntax

a char holds exactly one character; use a string for multiple

When this occurs

This error is triggered when: a char holds exactly one character; use a string for multiple

Example error message

error[E1018]: a char holds exactly one character; use a string for multiple

How to fix

Review the error message and check your code at the indicated location. The message describes what went wrong — fix the underlying issue it identifies.

Related errors

No related errors.