Navigation: X# Documentation > X# Compiler Errors and Warnings
Warning XS9065
Assignment operator ':=' expected.
This warning is generated for VAR statements that use a single equals operator in stead of the assignment operator.
FUNCTION Start as VOID VAR x = SomeFunction() ? x RETURN